[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 4 / JASON-swift / 0.1.0 / JASON-swift.podspec.json
blobcbf52ae3263739ddbe97dd96ed3eeaf019acb598
2   "name": "JASON-swift",
3   "version": "0.1.0",
4   "summary": "Library to parse JSON to objects and Objects to JSON with operators.",
5   "description": "Library to parse JSON to objects and Objets to JSON with operators. Parsing infering types. Stop using `guard let`.\nThis library also will use throws to handling errors. Provide useful errors.",
6   "homepage": "https://github.com/julianAlonso/JASON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "julianAlonso": "julian.alonso.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/julianAlonso/JASON.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/maisterjuli",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*",
24   "pushed_with_swift_version": "3.0"