[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 8 / HTTPKit-SwiftyJSONSupport.swift / 1.0.1 / HTTPKit-SwiftyJSONSupport.swift.podspec.json
blob7006e6fe3f747e76b367ee94ef228ba00a6e25f8
2   "name": "HTTPKit-SwiftyJSONSupport.swift",
3   "module_name": "SwiftyJSONSupport",
4   "version": "1.0.1",
5   "summary": "`SwiftyJSON` support for `HTTPKit `",
6   "swift_versions": "5.1",
7   "description": "HTTPKit decode Data Support - SwiftyJSON",
8   "homepage": "https://github.com/zevwings/HTTPKit-SwiftyJSONSupport",
9   "license": "Apache",
10   "authors": {
11     "zevwings": "zev.wings@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/zevwings/HTTPKit-SwiftyJSONSupport.git",
18     "tag": "1.0.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "SwiftyJSONSupport/SwiftyJSONSupport.h",
27         "SwiftyJSONSupport/**/*.swift"
28       ],
29       "dependencies": {
30         "HTTPKit.swift": [
32         ],
33         "SwiftyJSON": [
35         ]
36       }
37     },
38     {
39       "name": "RxSwift",
40       "source_files": [
41         "RxSwiftyJSONSupport/RxSwiftyJSONSupport.h",
42         "RxSwiftyJSONSupport/**/*.swift"
43       ],
44       "dependencies": {
45         "HTTPKit-SwiftyJSONSupport.swift/Core": [
47         ],
48         "RxSwift": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.1"