Files
ContentKit-mirror/Example/Podfile
2019-04-03 10:24:37 +03:00

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