blob: b9b428063f266d18073f5ef2e74097b89ffee5df [file] [log] [blame]
{
"name": "JSONParserSwift",
"version": "0.4.1",
"summary": "Parse your JSON data directly to Swift object.",
"homepage": "https://github.com/mukeshydv/JSONParserSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mukeshydv": "mails4ymukesh@gmail.com"
},
"source": {
"git": "https://github.com/mukeshydv/JSONParserSwift.git",
"tag": "0.4.1"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}