Files
AppearanceKit-mirror/Example/Podfile
Georges Boumis 37daa1ebfe 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-07-15 10:50:37 +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