# Either use_frameworks! or use_modular_headers! must be specified.
use_frameworks!

platform :ios, '9.0'

target 'ios-app' do
    pod 'kotlin_library', :path => '../kotlin-library'
end