[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 5 / e / JLModel / 0.0.1 / JLModel.podspec.json
blob3c5a9329b76064f84b494b2c9fd554830ed0da75
2   "name": "JLModel",
3   "version": "0.0.1",
4   "summary": "An auto parser for JSON to a NSObject, auto set the properties",
5   "description": "An auto parser for JSON to a NSObject, auto set the properties\nWhen you want to parse a JSON which respond from server to a NSObject class.",
6   "homepage": "http://www.iziwei.net/",
7   "license": "MIT",
8   "authors": {
9     "Peng": "neildong@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/neildong/JLModel.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "sources/*.{m,h}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "sources/*.h",
21   "requires_arc": true