mirror of
https://github.com/averello/AutomaticModelKit.git
synced 2026-03-03 18:28:10 +01:00
7 lines
120 B
Ruby
7 lines
120 B
Ruby
platform :ios, '9.0'
|
|
use_frameworks!
|
|
|
|
target 'AutomaticModelKit_Tests' do
|
|
pod 'AutomaticModelKit', :path => '../'
|
|
end
|