[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 9 / 1 / GSJSONParser / 0.2.4 / GSJSONParser.podspec.json
blobe7c70ff7e3d267afc3e68173e9c29bc4b11ef14d
2   "name": "GSJSONParser",
3   "version": "0.2.4",
4   "summary": "GSJSONParser is JSON Object mapper",
5   "description": "JSON object mapper from NSDictionary.",
6   "homepage": "https://github.com/gangstarmn/GSJSONParser",
7   "license": "MIT",
8   "authors": {
9     "Gantulga": "gangstarmn@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0",
13     "watchos": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/gangstarmn/GSJSONParser.git",
17     "tag": "0.2.4"
18   },
19   "source_files": "GSJSONParser/**/*.{h,m}",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "dependencies": {
23     "GSLog": [
25     ]
26   }