Latest | 1.1 |
---|---|
Homepage | https://github.com/igormatyushkin014/JSONFire |
License | MIT |
Platforms | ios 9.0 |
Dependencies | Alamofire, SwiftyJSON |
Authors |
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 file for more info.
Latest podspec
{ "name": "JSONFire", "version": "1.1", "summary": "The bridge between developer and network", "description": "Simplifies work with network in iOS. Provides fundamental architecture for fast implementation of network requests.", "homepage": "https://github.com/igormatyushkin014/JSONFire", "screenshots": "https://github.com/igormatyushkin014/JSONFire/raw/master/Images/logo_2048_2048.png", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Igor Matyushkin": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/igormatyushkin014/JSONFire.git", "tag": "1.1" }, "source_files": [ "Source", "Source/**/*" ], "dependencies": { "Alamofire": [ "~> 4.6" ], "SwiftyJSON": [ "~> 4.0" ] }, "pushed_with_swift_version": "4.0" }
Sat, 16 Dec 2017 13:00:08 +0000