[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / JSONAPIModel / 1.0.2 / JSONAPIModel.podspec.json
blob5c5a09cedcdca980be50b6bdeb36df79f8264f4f
2   "name": "JSONAPIModel",
3   "version": "1.0.2",
4   "summary": "Simple JSONAPI parser / serializer and data model",
5   "homepage": "https://github.com/envoy/JSONAPIModel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Fang-Pen Lin": "fang@envoy.com"
12   },
13   "social_media_url": "https://twitter.com/fangpenlin",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/envoy/JSONAPIModel.git",
19     "tag": "v1.0.2"
20   },
21   "source_files": [
22     "JSONAPIModel/*.swift",
23     "JSONAPIModel/**/*.swift"
24   ],
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 4.0"
28     ]
29   }