Podfile 133 B

1234567
  1. platform :ios, '9.0'
  2. use_frameworks!
  3. target 'Logan-iOS_Example' do
  4. # pod 'Logan', '~> 1.2.10'
  5. pod 'Logan', :path => '../../'
  6. end