blob: d31d6c04c06e3523e499de30e18310f86e8cc12b [file] [log] [blame]
{
"name": "SwiftJSONi",
"version": "0.1.1",
"summary": "A Light weight Swift JSON Model, that allows to use JSON the way it has to be",
"swift_versions": "4.2",
"description": "A light weight Swift JSON Model, completely written in Swift, that makes handling JSON data in Swift and Objective-C very easy and safe. No more type casting of data and safe unwraping. No more crashing because of force unwraping, Index Out of bound, missing key etc.. Its totally nil safe as all the optional handling is done. The model is basically of struct type making it even thread safe and very light. It supports chaining. This lib makes your code a lot neater, simpler and more readable. SwiftJSONi follows the rules of JSON described under RC-7129 and www.json.org. It allows parsing fragments.",
"homepage": "https://github.com/akaashdev/SwiftJSONi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akaash Dev": "heatblast.akaash@gmail.com"
},
"source": {
"git": "https://github.com/akaashdev/SwiftJSONi.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/akaash_dev",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftJSONi/Classes/**/*",
"swift_version": "4.2"
}