2021-08-18 15:40:32 +02:00
|
|
|
abstract_target 'OLMKit' do
|
|
|
|
|
|
|
|
pod 'OLMKit', :path => '../OLMKit.podspec'
|
|
|
|
|
|
|
|
target 'OLMKit-iOS' do
|
|
|
|
|
|
|
|
platform :ios, '6.0'
|
2016-04-09 02:24:41 +02:00
|
|
|
|
2021-08-18 15:40:32 +02:00
|
|
|
target 'OLMKitTests-iOS' do
|
|
|
|
inherit! :search_paths
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
target 'OLMKit-macOS' do
|
|
|
|
platform :osx, '10.9'
|
|
|
|
|
|
|
|
target 'OLMKitTests-macOS' do
|
|
|
|
inherit! :search_paths
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|