blob: 71d402f1a311e9aa39e80983d2ee7e6cd6160e43 [file] [log] [blame]
{
"name": "JSONParsing",
"version": "0.1.8",
"summary": "A wrapper over SwiftyJSON for handling parsing json objects for iOS by Fox Labs.",
"description": "A wrapper over SwiftyJSON for handling parsing json objects for iOS by Fox Labs.. It contains utility methods for various classes in iOS.",
"homepage": "https://github.com/Nickelfox/JSONParsing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ravindra Soni": "soni@nickelfox.com"
},
"source": {
"git": "https://github.com/Nickelfox/JSONParsing.git",
"tag": "0.1.8"
},
"platforms": {
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0",
"ios": "9.0"
},
"source_files": "Source/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4.0.0"
],
"AnyErrorKit": [
"~> 0.1.4"
]
},
"pushed_with_swift_version": "3.0"
}