Update DeviceKit.podspec

Update DeviceKit.podspec after moving repository to DeviceKit org
This commit is contained in:
Denise Nepraunig
2019-03-25 14:13:33 +01:00
committed by GitHub
parent 974a8227ee
commit 5220a41f31
+3 -3
View File
@@ -7,9 +7,9 @@ Pod::Spec.new do |s|
`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.homepage = 'https://github.com/devicekit/DeviceKit'
s.license = 'MIT'
s.author = 'Dennis Weissmann'
s.author = 'DeviceKit'
s.social_media_url = 'https://twitter.com/dennis_weissman'
s.requires_arc = true
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.source = { :git => 'https://github.com/dennisweissmann/DeviceKit.git', :tag => s.version }
s.source = { :git => 'https://github.com/devicekit/DeviceKit.git', :tag => s.version }
s.source_files = 'Source/Device.generated.swift'
s.requires_arc = true