diff --git a/DeviceKit.podspec b/DeviceKit.podspec index c1684db..1c92ef2 100644 --- a/DeviceKit.podspec +++ b/DeviceKit.podspec @@ -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