blob: 5f8c3fe275b32213985a6467aa11a9ac4c0050ec [file] [log] [blame]
{
"name": "JSONDecoder",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes",
"JSONDecoder/*.{h,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "4.0"
}