Files
LKVCKit-mirror/Example/Podfile
2018-05-07 14:14:11 +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