[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 8 / b / c / Fate / 0.1.2 / Fate.podspec.json
blob2e909143619c81def6bd8d8e93fd6f414ec401bb
2   "name": "Fate",
3   "version": "0.1.2",
4   "summary": "公共组件",
5   "description": "公共组件库",
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.2"
17   },
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "subspecs": [
25     {
26       "name": "Logger",
27       "source_files": "Fate/Classes/Logger"
28     },
29     {
30       "name": "Logs",
31       "source_files": "Fate/Classes/Logs",
32       "dependencies": {
33         "XCGLogger": [
34           "~> 7.0.0"
35         ]
36       }
37     },
38     {
39       "name": "RxCocoaHelper",
40       "source_files": "Fate/Classes/RxCocoahelper",
41       "dependencies": {
42         "RxSwift": [
44         ],
45         "RxCocoa": [
47         ],
48         "RxSwiftExt": [
50         ],
51         "MWNamespacer": [
53         ]
54       }
55     },
56     {
57       "name": "Mediator",
58       "source_files": "Fate/Classes/Mediator/**/*",
59       "public_header_files": "Fate/Classes/Mediator/Supports/*.h"
60     },
61     {
62       "name": "Autolayout",
63       "source_files": "Fate/Classes/Autolayout/**/*"
64     },
65     {
66       "name": "SwiftyPing",
67       "source_files": "Fate/Classes/SwiftyPing/**/*"
68     },
69     {
70       "name": "AutoInch",
71       "source_files": "Fate/Classes/AutoInch/**/*"
72     },
73     {
74       "name": "SwiftyEx",
75       "source_files": "Fate/Classes/SwiftyEx/**/*"
76     },
77     {
78       "name": "LocationManager",
79       "source_files": "Fate/Classes/LocationManager/**/*",
80       "public_header_files": "Fate/Classes/LocationManager/*.h"
81     }
82   ],
83   "swift_version": "5.0"