Files
Ahmad Almasri 6b07ddbcb1 Initial commit
2021-05-09 22:19:58 +03:00

14 lines
183 B
Ruby

use_frameworks!
platform :ios, '9.0'
target 'WorldMotion_Example' do
pod 'WorldMotion', :path => '../'
target 'WorldMotion_Tests' do
inherit! :search_paths
end
end