We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f0ebb commit 3a521beCopy full SHA for 3a521be
AFRocketClient.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.summary = 'Rocket client built on top of AFNetworking'
6
s.homepage = 'https://github.com/AFNetworking/AFRocketClient'
7
s.authors = { 'Mattt Thompson' => '[email protected]' }
8
- s.source = { :git => 'https://github.com/AFNetworking/AFRocketClient.git', :tag => '0.0.1' }
+ s.source = { :git => 'https://github.com/usepropeller/AFRocketClient.git', :tag => '0.0.1.propeller' }
9
s.source_files = 'AFRocketClient'
10
s.requires_arc = true
11
s.dependency 'AFNetworking', '~> 2.0.0'
0 commit comments