Podfile 139 B

12345678
  1. use_frameworks!
  2. inhibit_all_warnings!
  3. platform :ios, '9.1'
  4. target 'TLPhotoPicker_Example' do
  5. pod 'TLPhotoPicker', :path => '../'
  6. end