blob: d346550fa8b9f4541814070f1d0145d635d3fb31 [file] [log] [blame]
{
"name": "YADMLib",
"version": "0.0.6",
"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.6"
},
"frameworks": "Foundation",
"source_files": "YADMLib/**/*.{h,m}",
"requires_arc": true
}