Files
LKVCKit-mirror/Example/Podfile
2017-09-07 11:39:25 +03:00

11 lines
168 B
Ruby

use_frameworks!
platform :ios, '8.0'
target 'LKVCKit_Tests' do
pod 'LKVCKit', :path => '../'
pod 'Ents', :git => 'https://github.com/averello/Ents.git'
end