Skip to content

Commit c1fd17b

Browse files
committed
[Podspec] Update to our new home
1 parent 733ade6 commit c1fd17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QueryKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Pod::Spec.new do |spec|
22
spec.name = 'QueryKit'
33
spec.version = '0.8.1'
44
spec.summary = 'A simple CoreData query language for Swift.'
5-
spec.homepage = 'https://github.com/kylef/QueryKit'
5+
spec.homepage = 'http://querykit.org/'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
77
spec.author = { 'Kyle Fuller' => '[email protected]' }
88
spec.social_media_url = 'http://twitter.com/kylefuller'
9-
spec.source = { :git => 'https://github.com/kylef/QueryKit.git', :tag => "#{spec.version}" }
9+
spec.source = { :git => 'https://github.com/QueryKit/QueryKit.git', :tag => "#{spec.version}" }
1010
spec.source_files = 'QueryKit/*.{h}', 'QueryKit/ObjectiveC/*.{h,m}'
1111
spec.requires_arc = true
1212
end

0 commit comments

Comments
 (0)