blob: fe196098d85b25213dc810d262a4b916862b74a0 [file] [log] [blame]
{
"name": "G3JSON",
"version": "0.1.0",
"summary": "JSON Object Mapping for Objective-C",
"homepage": "https://github.com/KyoheiG3/G3JSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/KyoheiG3/G3JSON.git",
"tag": "0.1.0"
},
"source_files": "G3JSON/**/*.{h,m}",
"requires_arc": true
}