Podfile 261 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 use_frameworks! inhibit_all_warnings! target 'CNLiveDemo_LXG_Example' do pod 'CNLiveDemo_LXG', :path => '../' pod 'AFNetworking', '~> 2.3' # target 'CNLiveDemo_LXG_Tests' do # inherit! :search_paths # # pod 'AFNetworking', '~> 2.3' # # end end