mirror of
https://github.com/averello/KVCDerivates.git
synced 2026-03-01 18:23:19 +01:00
12 lines
329 B
Ruby
12 lines
329 B
Ruby
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
target 'KVCDerivates_Tests' do
|
|
pod 'KVCDerivates', :path => '../'
|
|
|
|
pod 'LKVCKit', :git => 'https://github.com/averello/LKVCKit.git'
|
|
pod 'Ents', :git => 'https://github.com/averello/Ents.git'
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
|
|
|
|
end
|