Files
Georges Boumis bfbb5cf4d4 2.20 Decouple AppearanceKit from ContentKit & RepresentationKit
Renders AppearanceKit dependencies on ContentKit & RepresentationKit
optional.

You can now use AppearanceKit without importing ContentKit &
RepresentationKit.

To avoid importing ContentKit & RepresentationKit comment the
dependencies in AppearanceKit.podspec.
2020-04-25 22:48:54 +02:00

10 lines
275 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