blob: 3ecdd60ff2d60a4a3191edd8445cc5c440b630d3 [file] [log] [blame]
{
"name": "JSONDecoder",
"version": "0.0.1",
"summary": "Simple JSON parser written in Swift.",
"description": "A simple JSON parser written in Swift.",
"homepage": "https://github.com/asoderman/JSONDecoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Soderman": "asoderman.as@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/asoderman/JSONDecoder.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"JSONDecoder/*.{h,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "4.0"
}