Podfile 161 B

1234567
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. use_frameworks!
  3. target 'EAIntroView' do
  4. pod 'EAIntroView', :path => '../'
  5. pod 'SMPageControl', '~> 1.2'
  6. end