CocoaPods AFNetworking ve Google Mobile Ads SDK Ekleme

Xcode 8.1 sudo gem install cocoapods -V -> Install cocoapods pod setup Go to the root of your project directory and execute: pod init -> This will add a base Podfile to your project. Open created podfile and insert after “target ‘YourAppName’ do” source ‘https://github.com/CocoaPods/Specs.git’ platform :ios, ‘7.0’ pod ‘AFNetworking’, ‘~> 2.5’ In the root […]