Files
AppearanceKit-mirror/Example/Podfile
2018-01-15 12:17:34 +02:00

11 lines
278 B
Ruby

platform :ios, '9.0'
use_frameworks!
target 'AppearanceKit_Tests' do
pod 'AppearanceKit', :path => '../'
pod 'ContentKit', :git => 'https://github.com/averello/ContentKit.git'
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
end