Incidentally: * Use podspec to determine dependencies * Since AxolotlKit pod is a dev pod dependency of the AxolotlKit test-harness app, removed the redundant include of AxolotlKit files from the AxolotlKit test-harness app. // FREEBIE
11 lines
144 B
Ruby
11 lines
144 B
Ruby
platform :ios, '8.0'
|
|
|
|
target 'AxolotlKit' do
|
|
pod 'AxolotlKit', path: '.'
|
|
|
|
target 'AxolotlKitTests' do
|
|
inherit! :search_paths
|
|
end
|
|
end
|
|
|