blob: d4a1f9fe47df717e9573383d684b4d563d5172d9 [file] [log] [blame]
{
"name": "YADMLib",
"version": "0.0.4",
"summary": "Yet Another Data Modeling Library.",
"description": " YADMLib is a lightweight network library, with JSON to data model parsing capability for Objective C.\n",
"homepage": "https://github.com/cnagy/YADMLib",
"license": {
"type": "MIT"
},
"authors": {
"Csongor Nagy": "ncsongor@pontlab.info"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/cnagy/YADMLib.git",
"tag": "0.0.4"
},
"frameworks": "Foundation",
"source_files": "YADMLib/**/*.{h,m}",
"requires_arc": true
}