[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 3 / 1 / RHSwiftExtensions / 1.0.0 / RHSwiftExtensions.podspec.json
blob1e2abb6a9a74f2b1b9120a9518bee6e32adf5ad4
2   "name": "RHSwiftExtensions",
3   "version": "1.0.0",
4   "summary": "Swift 常用功能封装",
5   "description": "Swift 常用功能封装,RXSwift 扩展、Moya请求方法扩展",
6   "homepage": "https://github.com/495929699/RHSwiftExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rongheng": "495929699g@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/495929699/RHSwiftExtensions.git",
16     "tag": "1.0.0"
17   },
18   "swift_version": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_OPTIMIZATION_LEVEL": "-Onone"
24   },
25   "source_files": [
26     "RHSwiftExtensions/Classes/*.swift",
27     "RHSwiftExtensions/Classes/**/*.swift"
28   ],
29   "dependencies": {
30     "RxCocoa": [
32     ],
33     "RxSwift": [
34       "~>4.3.1"
35     ],
36     "Alamofire": [
37       "~>4.8.2"
38     ],
39     "Moya/RxSwift": [
40       "~>12.0.1"
41     ]
42   }