[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / d / CrispJSON / 1.0.3 / CrispJSON.podspec.json
blob13c34f795220d32b5e960a31c9453c02774f4f94
2   "name": "CrispJSON",
3   "version": "1.0.3",
4   "summary": "Create concise and readable JSON parsers with CrispJSON.",
5   "homepage": "https://bitbucket.org/originware/crispjson",
6   "license": {
7     "type": "Apache 2.0"
8   },
9   "authors": {
10     "Terry Stillone": "terry@originware.com"
11   },
12   "description": "CrispJSON allows you to create concise and readable JSON parsing code in Swift. Scalable and lightweight, it parses both simple and complex JSON.",
13   "requires_arc": true,
14   "platforms": {
15     "osx": "10.9",
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://originware@bitbucket.org/originware/crispjson.git",
22     "tag": "1.0.3"
23   },
24   "source_files": "CrispJSON/Sources/**/*.swift"