[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 7 / f / b / JSONParsing / 0.1.2 / JSONParsing.podspec.json
blob36531c2c776f81a84abf0968365f8eddc8b3f7d4
2   "name": "JSONParsing",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Source/**/*",
22   "dependencies": {
23     "SwiftyJSON": [
24       "~> 3.1"
25     ],
26     "AnyErrorKit": [
27       "~> 0.1.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"