Joshua Moerman
11 years ago
3 changed files with 23 additions and 2 deletions
@ -1,4 +1,6 @@ |
|||
.DS_Store |
|||
*.xcworkspace |
|||
*.xcuser* |
|||
project.xcworkspace |
|||
Podfile.lock |
|||
Pods |
|||
|
|||
|
@ -0,0 +1,17 @@ |
|||
# Basic Podfile template |
|||
# Put all the pods in both targets (I did not succeed in making this nicer) |
|||
# A Podfile always need a default platform (I get an error otherwise) |
|||
platform :osx, '10.9' |
|||
|
|||
target 'OSX' do |
|||
platform :osx, '10.9' |
|||
|
|||
# pod 'AFNetworking' |
|||
end |
|||
|
|||
target 'iOS' do |
|||
platform :ios, '7.0' |
|||
|
|||
# pod 'AFNetworking' |
|||
end |
|||
|
Reference in new issue