mirror of
https://github.com/averello/UsherKit.git
synced 2026-07-08 18:08:51 +02: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
|