Skip to content

Commit

Permalink
updating spec
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffmacd committed Mar 11, 2016
1 parent 723adf6 commit 481fe85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
target "ImgurSessionOSX", :exclusive => true do

platform :osx, "10.9"
pod 'AFNetworking', '2.6.1'
pod 'AFNetworking', '~> 2.6.3'

end

Expand Down Expand Up @@ -43,7 +43,7 @@ end
target "ImgurSession", :exclusive => true do

platform :ios, "8.0"
pod 'AFNetworking', '2.6.1'
pod 'AFNetworking', '~> 2.6.3'

end

Expand Down

0 comments on commit 481fe85

Please sign in to comment.