[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / f / b / JSONParsing / 0.1.3 / JSONParsing.podspec.json
blob8db1502062f61daf7b29f8dad593079a50921cce
2   "name": "JSONParsing",
3   "version": "0.1.3",
4   "summary": "A wrapper over SwiftyJSON for handling parsing json objects for iOS by Fox Labs.",
5   "description": "A wrapper over SwiftyJSON for handling parsing json objects for iOS by Fox Labs.. It contains utility methods for various classes in iOS.",
6   "homepage": "https://github.com/Nickelfox/JSONParsing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ravindra Soni": "soni@nickelfox.com"
13   },
14   "source": {
15     "git": "https://github.com/Nickelfox/JSONParsing.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0",
22     "ios": "9.0"
23   },
24   "source_files": "Source/**/*",
25   "dependencies": {
26     "SwiftyJSON": [
27       "~> 3.1"
28     ],
29     "AnyErrorKit": [
30       "~> 0.1.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"