Skip to content

Commit

Permalink
fix dependency and supported os version
Browse files Browse the repository at this point in the history
  • Loading branch information
jboehler committed Sep 24, 2013
1 parent 8dbd200 commit 3a76b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AYNetworking/1.3.1/AYNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

s.dependency 'AFNetworking', '>= 1.3'
s.dependency 'AFNetworking', '~> 1.0'
end

0 comments on commit 3a76b0e

Please sign in to comment.