mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
Initial watchOS support
This commit is contained in:
committed by
Dennis Weissmann
parent
84e4a11074
commit
0a3dcdfd12
+13
-12
@@ -3,21 +3,22 @@ Pod::Spec.new do |s|
|
||||
s.version = '1.8.1'
|
||||
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/). It detects both devices and different simulators.
|
||||
DESC
|
||||
s.description = <<-DESC
|
||||
`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'
|
||||
s.license = 'MIT'
|
||||
s.author = 'Dennis Weissmann'
|
||||
s.social_media_url = 'https://twitter.com/dennis_weissman'
|
||||
s.homepage = 'https://github.com/dennisweissmann/DeviceKit'
|
||||
s.license = 'MIT'
|
||||
s.author = 'Dennis Weissmann'
|
||||
s.social_media_url = 'https://twitter.com/dennis_weissman'
|
||||
|
||||
s.requires_arc = true
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.tvos.deployment_target = '9.0'
|
||||
s.requires_arc = true
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.tvos.deployment_target = '9.0'
|
||||
s.watchos.deployment_target = '4.0'
|
||||
|
||||
s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
|
||||
s.source_files = 'Source/Device.generated.swift'
|
||||
s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
|
||||
s.source_files = 'Source/Device.generated.swift'
|
||||
|
||||
s.requires_arc = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user