blob: bde070e1b9f5635c69eba121aeb87e3e49dac8d7 [file] [log] [blame]
{
"name": "LLModel",
"version": "1.0.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.0.0"
},
"source_files": "LLModel/*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation"
}