30 lines
843 B
Ruby
30 lines
843 B
Ruby
use_frameworks!
|
|
|
|
platform :ios, '12.0'
|
|
|
|
target 'LifeHash_Example' do
|
|
pod 'WolfAutolayout', :path => '../../WolfAutolayout/'
|
|
pod 'WolfViews', :path => '../../WolfViews/'
|
|
pod 'WolfColor', :path => '../../WolfColor/'
|
|
pod 'WolfWith', :path => '../../WolfWith/'
|
|
pod 'WolfNesting', :path => '../../WolfNesting/'
|
|
pod 'WolfConcurrency', :path => '../../WolfConcurrency/'
|
|
pod 'WolfPipe', :path => '../../WolfPipe/'
|
|
pod 'WolfNetwork', :path => '../../WolfNetwork/'
|
|
pod 'WolfCache', :path => '../../WolfCache/'
|
|
pod 'WolfAnimation', :path => '../../WolfAnimation/'
|
|
|
|
# pod 'WolfAutolayout'
|
|
# pod 'WolfViews'
|
|
# pod 'WolfColor'
|
|
# pod 'WolfWith'
|
|
# pod 'WolfNesting'
|
|
# pod 'WolfConcurrency'
|
|
|
|
pod 'LifeHash', :path => '../'
|
|
|
|
target 'LifeHash_Tests' do
|
|
inherit! :search_paths
|
|
end
|
|
end
|