https://github.com/danielm/swift-rest-json-client
Simple iOS application to consume JSON services
https://github.com/danielm/swift-rest-json-client
Last synced: about 1 month ago
JSON representation
Simple iOS application to consume JSON services
- Host: GitHub
- URL: https://github.com/danielm/swift-rest-json-client
- Owner: danielm
- Created: 2017-11-28T03:45:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T03:20:16.000Z (over 8 years ago)
- Last Synced: 2025-03-22T22:42:33.327Z (over 1 year ago)
- Language: Swift
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Rest JSON application
Here is an example project to create a simple iOS app to consume JSON services.
## Details
- Swift
- iOS 10
- Cocoapods/libraries used:
- TRON
- Alamofire
- SwiftyJSON
## Authors
* **Daniel Morales** - - [danielm](https://github.com/danielm)
## License
This project is Dual licensed under the MIT and GPL licenses.
## More
Check the blog-tutorial about how this works here:
https://danielmg.org/swift/2017/04/swift3-consming-rest-services-data-mapping-and-intro-to-cocoapods.html