We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b9827 commit 28b4efeCopy full SHA for 28b4efe
RxQueryKit.podspec
@@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
6
spec.license = { :type => 'BSD', :file => 'LICENSE' }
7
spec.author = { 'Kyle Fuller' => '[email protected]' }
8
spec.social_media_url = 'http://twitter.com/kylefuller'
9
- spec.source = { :git => 'https://github.com/kylef/RxQueryKit.git', :tag => spec.version }
+ spec.source = { :git => 'https://github.com/QueryKit/RxQueryKit.git', :tag => spec.version }
10
spec.frameworks = ['CoreData']
11
spec.source_files = 'RxQueryKit/*.swift'
12
spec.ios.deployment_target = '8.0'
0 commit comments