blob: 871023f739d5924ec807c29b04935c29f5467b42 [file] [log] [blame]
{
"name": "G3JSON",
"version": "0.1.2",
"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.2"
},
"source_files": "G3JSON/**/*.{h,m}",
"requires_arc": true
}