mirror of
https://github.com/averello/UsherKit.git
synced 2026-02-27 18:24:25 +01:00
9 lines
108 B
Ruby
9 lines
108 B
Ruby
platform :ios, '9.0'
|
|
use_frameworks!
|
|
|
|
target 'UsherKit_Tests' do
|
|
pod 'UsherKit', :path => '../'
|
|
|
|
|
|
end
|