[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / 9 / JSONJam / 1.0.0 / JSONJam.podspec.json
blob831d7b1e863f3a1f2a9423cfab4e5a32d919960e
2   "name": "JSONJam",
3   "version": "1.0.0",
4   "summary": "JSON serialization and deserialization in Swift is my jam.",
5   "homepage": "https://github.com/mluedke2/JSONJam",
6   "license": "MIT",
7   "authors": {
8     "Matt Luedke": "mluedke2@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mluedke2/JSONJam.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "JSONJam": [
21       "Pod/Assets/*.png"
22     ]
23   }