Files
AppearanceKit-mirror/Example/Podfile
2017-09-07 09:52:17 +03:00

12 lines
339 B
Ruby

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