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. 
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
Post a Comment