Podfile 606 B

123456789101112131415161718192021
  1. use_frameworks!
  2. platform :ios, '9.0'
  3. target 'ZZUIKit_Example' do
  4. pod 'ZZUIKit', :path => '../'
  5. pod 'Masonry', '~> 1.1.0'
  6. # pod 'ZZFoundation',:path => '/Users/max/Desktop/github/ZZLib/ZZFoundation'
  7. # pod 'ZZUIKitEx',:path => '/Users/max/Desktop/github/ZZLib/ZZUIKitEx'
  8. pod 'DoraemonKit/Core', '~> 3.0.4'
  9. pod 'DoraemonKit/WithLoad', '~> 3.0.4'
  10. pod 'DoraemonKit/WithLogger', '~> 3.0.4'
  11. pod 'DoraemonKit/WithDatabase', '~> 3.0.4'
  12. pod 'DoraemonKit/WithMLeaksFinder', '~> 3.0.4'
  13. target 'ZZUIKit_Tests' do
  14. inherit! :search_paths
  15. pod 'Kiwi'
  16. pod 'FBSnapshotTestCase'
  17. end
  18. end