blob: 95c43aaa0afea837380c8d308fd4be7d6405c22d [file] [log] [blame]
{
"name": "JSONCodable",
"version": "2.1",
"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.1"
},
"source_files": "JSONCodable/*.swift",
"requires_arc": true
}