https://github.com/simplisticated/jsonfire
https://github.com/simplisticated/jsonfire
alamofire api http json request swift swiftyjson
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplisticated/jsonfire
- Owner: simplisticated
- License: mit
- Created: 2017-12-11T10:05:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T21:37:00.000Z (about 8 years ago)
- Last Synced: 2025-03-27T03:01:44.369Z (11 months ago)
- Topics: alamofire, api, http, json, request, swift, swiftyjson
- Language: Swift
- Size: 3.09 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSONFire
Simplifies work with network in iOS. Provides fundamental architecture for fast implementation of network requests.
## How To Get Started
- Copy content of `Source` folder to your project.
or
- Use `JSONFire` cocoapod
## Requirements
* iOS 9 and later
* Xcode 9 and later
* Swift 4
## Usage
Usage examples will be published here soon.
## License
`JSONFire` is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.