podfile使用事例 2017-06-06 本文已影响7人 abbcea03a430 platform :ios, '7.0' project './MyIM.xcodeproj' target 'MyIM' do pod ‘AFNetworking’ end