[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 8 / HTTPKit-SwiftyJSONSupport.swift / 0.0.5 / HTTPKit-SwiftyJSONSupport.swift.podspec.json
blob1cf7582af16412e1767ea5f5180468e3f8dbd455
2   "name": "HTTPKit-SwiftyJSONSupport.swift",
3   "module_name": "SwiftyJSONSupport",
4   "version": "0.0.5",
5   "summary": "`SwiftyJSON` support for `HTTPKit `",
6   "swift_versions": "5.1",
7   "description": "HTTPKit decode Data Support - SwiftyJSON",
8   "homepage": "https://github.com/zevwings/HTTPKitSupport",
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/HTTPKitSupport.git",
18     "tag": "0.0.5"
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         "SwiftyJSONSupport/SwiftyJSONSupport.h",
42         "SwiftyJSONSupport/**/*.swift"
43       ],
44       "dependencies": {
45         "HTTPKit-SwiftyJSONSupport.swift/Core": [
47         ],
48         "RxSwift": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.1"