1

I want to add a third party library in my project, but i don't want to use cocoapods due to some reason.

Can any one suggest.

  • Just move all files to your project directory and link with your target. – iSashok Aug 19 '16 at 05:06
  • 1
    Official guide for manually add [alamofire](https://github.com/Alamofire/Alamofire#manually) & Manually add [SwiftyJson](https://github.com/SwiftyJSON/SwiftyJSON#manually-ios-7-os-x-109) – pkc456 Aug 19 '16 at 05:06
  • there is manually installation guidelines for thirdparty sdk ... you need to check that out – Bhavin Bhadani Aug 19 '16 at 05:06
  • 1
    you can add manually. `download from the github ----> add all files to your project ----> then import needed file to your file ----> use it` . most of the github or third pary libraries have instructions and guidance for basic implementations.so read those carefully. – caldera.sac Aug 19 '16 at 05:08
  • but it throws an error **No such module "SwiftyJSON"** –  Aug 19 '16 at 05:12
  • did you import `import SwiftyJSON` to your working file – caldera.sac Aug 19 '16 at 05:14
  • try this http://stackoverflow.com/questions/26754481/example-handling-json-with-swiftyjson – caldera.sac Aug 19 '16 at 05:15
  • yes bro, i am trying same. –  Aug 19 '16 at 05:16
  • **you can use CARTHAGE these days**. never use cocoapods, it's had it – Fattie Jun 12 '17 at 23:21

0 Answers0