Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Weissmann committed Feb 2, 2016
1 parent 79563e8 commit 7407e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeviceKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = 'DeviceKit is a µ-framework that provides a value-type replacement of UIDevice.'

s.description = <<-DESC
`DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/).
`DeviceKit` is a value-type wrapper and extension of [`UIDevice`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/). It detects both devices and different simulators.
DESC

s.homepage = 'https://github.com/dennisweissmann/DeviceKit'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
s.source_files = 'DeviceKit-iOS', 'DeviceKit-tvOS', 'SharedCode'
s.source_files = 'Source'

s.requires_arc = true
end

0 comments on commit 7407e65

Please sign in to comment.