{ | |
"name": "G3JSON", | |
"version": "0.0.1", | |
"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.0.1" | |
}, | |
"source_files": "G3JSON/**/*.{h,m}", | |
"requires_arc": true | |
} |