Files
UsherKit-mirror/Example/Podfile
2018-03-22 17:37:54 +02:00

9 lines
108 B
Ruby

platform :ios, '9.0'
use_frameworks!
target 'UsherKit_Tests' do
pod 'UsherKit', :path => '../'
end