Cocoapods setup
Install
1
$ sudo gem install cocoapods
Setup
1
$ pod setup --verbose
Init
1
2$ cd $PROJECT
$ pod init$ vi Podfile
- uncomment lines as instruction
- add pod
Install
1
$ pod install
Open with Xcode
open $PROJECT.xcworkspace instead of $PROJECT.xcodeproj
Now, we are able to import SwiftyJSON
in swift files