[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 8 / b / c / Fate / 0.1.0 / Fate.podspec.json
blob8ee42993bb849cfe7b970cb26acc467f4f67b66c
2   "name": "Fate",
3   "version": "0.1.0",
4   "summary": "A short description of Fate.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/xiamingwei-sudo/Fate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "XiaMingWei": "xiamwei@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xiamingwei-sudo/Fate.git",
16     "tag": "0.1.0"
17   },
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Logger",
26       "source_files": "Fate/Classes/Logger"
27     },
28     {
29       "name": "Logs",
30       "source_files": "Fate/Classes/Logs",
31       "dependencies": {
32         "XCGLogger": [
33           "~> 7.0.0"
34         ]
35       }
36     },
37     {
38       "name": "RxCocoaHelper",
39       "source_files": "Fate/Classes/RxCocoahelper",
40       "dependencies": {
41         "RxSwift": [
43         ],
44         "RxCocoa": [
46         ],
47         "RxSwiftExt": [
49         ],
50         "MWNamespacer": [
52         ]
53       }
54     },
55     {
56       "name": "Mediator",
57       "source_files": "Fate/Classes/Mediator/**/*",
58       "public_header_files": "Fate/Classes/Mediator/Supports/*.h"
59     },
60     {
61       "name": "Autolayout",
62       "source_files": "Fate/Classes/Autolayout/**/*"
63     },
64     {
65       "name": "SwiftyPing",
66       "source_files": "Fate/Classes/SwiftyPing/**/*"
67     }
68   ],
69   "swift_version": "5.0"