[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / 9 / NBJSONModel / 1.0.1 / NBJSONModel.podspec.json
blob1ddf86026aef021daf1709decaf19fe0006e8d2e
2   "name": "NBJSONModel",
3   "version": "1.0.1",
4   "summary": "a JSONModel used on iOS.",
5   "description": "                        a JSONModel used on iOS, JSON <-> Model, also integrated data fetching depend on AFNetworking lib.\n",
6   "homepage": "https://github.com/nova8ossa/NBJSONModel",
7   "license": "MIT",
8   "authors": {
9     "梵天": "nova8ossa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nova8ossa/NBJSONModel.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "NBJSONModel/*",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.5.4"
27     ]
28   }