Files
LogKit-mirror/Example/Podfile
2018-05-07 14:20:06 +03:00

12 lines
325 B
Ruby

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