blob: 3c5a9329b76064f84b494b2c9fd554830ed0da75 [file] [log] [blame]
{
"name": "JLModel",
"version": "0.0.1",
"summary": "An auto parser for JSON to a NSObject, auto set the properties",
"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.",
"homepage": "http://www.iziwei.net/",
"license": "MIT",
"authors": {
"Peng": "neildong@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/neildong/JLModel.git",
"tag": "0.0.1"
},
"source_files": "sources/*.{m,h}",
"exclude_files": "Classes/Exclude",
"public_header_files": "sources/*.h",
"requires_arc": true
}