[Add] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / 8 / b / c / Fate / 0.1.1 / Fate.podspec.json
blob95cb3176c9aecf5d697be3dac17d3b7f49bf5064
2   "name": "Fate",
3   "version": "0.1.1",
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.1"
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/Logger"
28     },
29     {
30       "name": "Logs",
31       "source_files": "Fate/Logs",
32       "dependencies": {
33         "XCGLogger": [
34           "~> 7.0.0"
35         ]
36       }
37     },
38     {
39       "name": "RxCocoaHelper",
40       "source_files": "Fate/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/Mediator/**/*",
59       "public_header_files": "Fate/Mediator/Supports/*.h"
60     },
61     {
62       "name": "Autolayout",
63       "source_files": "Fate/Autolayout/**/*"
64     },
65     {
66       "name": "SwiftyPing",
67       "source_files": "Fate/SwiftyPing/**/*"
68     }
69   ],
70   "swift_version": "5.0"