Files
LogKit-mirror/Example/Podfile
2017-09-08 16:04:59 +03:00

12 lines
412 B
Ruby

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