Skip to content

Commit

Permalink
Added source to Podfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Coomans committed Oct 15, 2014
1 parent a8e9d75 commit 486ea1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'

target :'AsyncDisplayKitTests', :exclusive => true do
Expand Down
1 change: 1 addition & 0 deletions examples/Kittens/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AsyncDisplayKit', :path => '../..'
1 change: 1 addition & 0 deletions examples/Swift/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'AsyncDisplayKit', :path => '../..'

0 comments on commit 486ea1e

Please sign in to comment.