Skip to content

Commit

Permalink
Merge pull request #14 from mileswd/smart-quotes-patch
Browse files Browse the repository at this point in the history
Replace smart quotes
  • Loading branch information
geoffmacd authored Jul 23, 2016
2 parents f0c4412 + 90d68bd commit 71726f4
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', '~> 3.1.0
pod 'AFNetworking', '~> 3.1.0'

end

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

platform :ios, "8.0"
pod 'AFNetworking', '~> 3.1.0
pod 'AFNetworking', '~> 3.1.0'

end

Expand Down

0 comments on commit 71726f4

Please sign in to comment.