mirror of
https://github.com/averello/AppearanceKit.git
synced 2026-03-03 18:24:06 +01:00
12 lines
427 B
Ruby
12 lines
427 B
Ruby
platform :ios, '8.0'
|
|
use_frameworks!
|
|
|
|
target 'AppearanceKit_Tests' do
|
|
pod 'AppearanceKit', :path => '../'
|
|
|
|
#pod 'Ents', :git => 'https://github.com/averello/Ents.git', :branch => 'feature/swift4'
|
|
pod 'ContentKit', :git => 'https://github.com/averello/ContentKit.git', :branch => 'feature/swift4'
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git', :branch => 'feature/swift4'
|
|
|
|
end
|