blob: 35a58d7c55147c6bdd8714ec8027117ac8f39e2a [file] [log] [blame]
{
"name": "JSONDecoder",
"version": "0.1.5",
"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.1.5"
},
"source_files": [
"Classes",
"Sources/JSONDecoder/*.{h,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "4.0"
}