ios9 - How to configure two different APIs with the help of Cocoa pods? -


i have configured afnetworking api of cocoa pods , have configure sdwebimage. tried add "platform :ios, '7.0' pod 'sdwebimage', '~>3.8'"in existing pod file not working , giving me following error shown in image. enter image description here

do need create separate pod file? if yes should located in project directory.

this existing podfile:

target ‘<myappname>’       pod 'afnetworking', '~> 2.5'      pod 'sdwebimage', '~>3.8'  end 


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -