[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / a / 7 / SwiftyJSONSupport.swift / 0.0.1 / SwiftyJSONSupport.swift.podspec.json
blobce1cc50995204679f75a061d973313f35711f6dc
2   "name": "SwiftyJSONSupport.swift",
3   "version": "0.0.1",
4   "summary": "`SwiftyJSON` support for `HTTPKit `",
5   "description": "HTTPKit decode Data Support - SwiftyJSON",
6   "homepage": "https://github.com/zevwings/HTTPKitSupport",
7   "license": "Apache",
8   "authors": {
9     "zevwings": "zev.wings@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/zevwings/HTTPKitSupport.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "source_files": [
21     "SwiftyJSONSupport/SwiftyJSONSupport.h",
22     "SwiftyJSONSupport/**/*.swift"
23   ],
24   "dependencies": {
25     "HTTPKit.swift": [
27     ],
28     "SwiftyJSON": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core"
35     },
36     {
37       "name": "RxSwift",
38       "source_files": [
39         "SwiftyJSONSupport/SwiftyJSONSupport.h",
40         "SwiftyJSONSupport/**/*.swift"
41       ],
42       "dependencies": {
43         "SwiftyJSONSupport.swift/Core": [
45         ],
46         "RxSwift": [
48         ]
49       }
50     }
51   ]