blob: 2966c43c3fb75d29472e9188e68f8531fbb2b3e6 [file] [log] [blame]
{
"name": "JSONCodable",
"version": "1.0.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": "1.0.0"
},
"source_files": "JSONCodable/*.swift",
"requires_arc": true
}