mirror of
https://github.com/averello/ContentKit.git
synced 2025-12-22 12:13:50 +01:00
8 lines
195 B
Ruby
8 lines
195 B
Ruby
use_frameworks!
|
|
target 'ContentKit_Tests' do
|
|
platform :ios, '8.0'
|
|
|
|
pod 'ContentKit', :path => '../'
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
|
|
end
|