blob: 50d1de0991a3730b6b1c246b2f1762713e8b2f06 [file] [log] [blame]
{
"name": "SimpleJSONMapping",
"version": "0.1.0",
"summary": "simple way to map json to object and viceversa",
"homepage": "https://github.com/linhtinh11/sjom",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linhtinh11": "linhtinh11@gmail.com"
},
"source": {
"git": "https://github.com/linhtinh11/sjom.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleJSONMapping/SimpleJSONMapping/**/*",
"requires_arc": true
}