Podfile 351 B

12345678910111213141516
  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 'DoraemonKit', '~> 3.0.6'
  8. target 'ZZUIKit_Tests' do
  9. inherit! :search_paths
  10. pod 'Kiwi'
  11. pod 'FBSnapshotTestCase'
  12. end
  13. end