[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 3 / 9 / 1 / JSONParserSwift / 0.1.3 / JSONParserSwift.podspec.json
blob16f92eeb131597f59a640c0b7bc764851250e318
2   "name": "JSONParserSwift",
3   "version": "0.1.3",
4   "summary": "Parse your JSON data directly to Swift object.",
5   "description": "Parse your JSON data directly to Swift object.\nServer sends the all JSON data in black & white format i.e its all strings & we make hard efforts to typecast them into their respective datatypes as per our model class.\n\nNow, Is there a magic that comes between the server data and our code magically converts those strings into the required respective datatypes as per our model classes.",
6   "homepage": "https://github.com/mukeshydv/JSONParserSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mukeshydv": "mails4ymukesh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mukeshydv/JSONParserSwift.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JSONParserSwift/Classes/**/*",
22   "pushed_with_swift_version": "3.0"