blob: 1ddf86026aef021daf1709decaf19fe0006e8d2e [file] [log] [blame]
{
"name": "NBJSONModel",
"version": "1.0.1",
"summary": "a JSONModel used on iOS.",
"description": " a JSONModel used on iOS, JSON <-> Model, also integrated data fetching depend on AFNetworking lib.\n",
"homepage": "https://github.com/nova8ossa/NBJSONModel",
"license": "MIT",
"authors": {
"梵天": "nova8ossa@gmail.com"
},
"source": {
"git": "https://github.com/nova8ossa/NBJSONModel.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NBJSONModel/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}