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