blob: ea7f9f8b5b5a5d7fab7c9b4308b0f28282f56fc0 [file] [log] [blame]
{
"name": "DCKeyValueObjectMapping",
"version": "1.5",
"summary": "Automatic KeyValue Object Mapping for Objective-C, parse JSON/plist/Dictionary automatically",
"homepage": "https://github.com/dchohfi/KeyValueObjectMapping",
"authors": {
"Diego Chohfi": "dchohfi@gmail.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/dchohfi/KeyValueObjectMapping.git",
"tag": "1.5"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "KeyValueObjectMapping/**/*.{h,m}",
"requires_arc": true
}