Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kubatruhlar committed Sep 22, 2016
1 parent 9f7e0c0 commit 616e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFNetworking+RetryPolicy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/kubatru/AFNetworking-RetryPolicy.git', :tag => '1.0.0' }
s.source_files = 'AFNetworking+RetryPolicy/*'
s.framework = 'Foundation'
s.dependency = 'AFNetworking', '~> 3.0'
s.dependency 'AFNetworking', '~> 3.0'
s.requires_arc = true
end

0 comments on commit 616e68f

Please sign in to comment.