Podfile 348 B

123456789101112131415
  1. use_frameworks!
  2. target 'EWEllUI_Component_Example' do
  3. # pod 'EWEllUI_Component', :path => '../'
  4. source 'https://github.com/CocoaPods/Specs.git'
  5. source 'http://gitlab.e-yaofang.com/iOS-CocoaPods/swell-Specs.git'
  6. pod 'EWEllUI_Component', '~> 0.1.2'
  7. target 'EWEllUI_Component_Tests' do
  8. inherit! :search_paths
  9. end
  10. end