blob: 0b215b14e03a07614c46a3928a6ced595609ced4 [file] [log] [blame]
{
"name": "JSONCodable",
"version": "2.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Hassle-free JSON encoding and decoding in Swift",
"homepage": "https://github.com/matthewcheok/JSONCodable",
"authors": {
"Matthew Cheok": "hello@matthewcheok.com"
},
"source": {
"git": "https://github.com/matthewcheok/JSONCodable.git",
"tag": "2.0"
},
"source_files": "JSONCodable/*.swift",
"requires_arc": true
}