Files
ContentKit-mirror/Example/Podfile
2017-09-08 13:14:40 +03:00

9 lines
200 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