Podfile 422 B

123456789101112131415161718
  1. use_frameworks!
  2. platform :ios, '9.0'
  3. source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  4. target 'ZZUIKit_Example' do
  5. pod 'ZZUIKit', :path => '../'
  6. pod 'Masonry', '~> 1.1.0'
  7. # pod 'ZZFoundation',:path => '/Users/max/Desktop/github/ZZLib/ZZFoundation'
  8. pod 'DoraemonKit', '~> 3.0.6'
  9. target 'ZZUIKit_Tests' do
  10. inherit! :search_paths
  11. pod 'Kiwi'
  12. pod 'FBSnapshotTestCase'
  13. end
  14. end