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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -