[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 6 / LLModel / 1.0.0 / LLModel.podspec.json
blobbde070e1b9f5635c69eba121aeb87e3e49dac8d7
2   "name": "LLModel",
3   "version": "1.0.0",
4   "summary": "LLModel is an Object Property Mapper from JSON values.",
5   "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",
6   "homepage": "https://github.com/omergul123/LLModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ömer Faruk Gül": "omer.gul@louvredigital.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/omergul123/LLModel.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "LLModel/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": "Foundation"