Skip to content

Commit

Permalink
support cocoapods 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jokefaker committed Jun 8, 2016
1 parent f187aef commit 71bc505
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
platform :ios, '8.0'

pod 'AFNetworking', '~> 2.0'
target 'PromiseKit+AFNetworking' do

pod 'AFNetworking', '~> 3.1.0'
pod 'PromiseKit/CorePromise', '~>3.0'

end
use_frameworks!

target :Tests do
target 'Tests' do
pod 'Expecta', '~> 0.2.4'
end

0 comments on commit 71bc505

Please sign in to comment.