blob: ea6b09cb0ff2614903f20b8da3d8bd688a1f7124 [file] [log] [blame]
{
"name": "LLModel",
"version": "1.2.0",
"summary": "LLModel is an Object Property Mapper from JSON values.",
"description": " LLModel is a library for mapping the JSON data to object properties. It works perfectly well alongside with AFNetwoking.\n\nLLModel:\nsupports recursive model initializations (see examples below)\nsupports primitive values such as bool, char, integer, float and others\nhandles NULL values gracefully\nhandles Date and URL values without any problem\n",
"homepage": "https://github.com/omergul123/LLModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ömer Faruk Gül": "omer.gul@louvredigital.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/omergul123/LLModel.git",
"tag": "v1.2.0"
},
"source_files": "LLModel/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}