[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 0 / 2 / CocenModule / 2.3.20 / CocenModule.podspec.json
blob2b625213780b6098a195b58faadb51d139d3034c
2   "name": "CocenModule",
3   "version": "2.3.20",
4   "swift_versions": "5.3",
5   "summary": "코리아센터 iOS 공통 모듈",
6   "description": "코리아센터 iOS 공통 모듈\nCocenModule is available under the KoreaCenter license.",
7   "homepage": "https://www.koreacenter.com/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kwonogyu": "haze5959@cocen.com"
14   },
15   "source": {
16     "git": "http://git2.koapp.com/ios/cocenmodulepods.git",
17     "tag": "2.3.20"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/CocenModule",
27       "resources": "Sources/CocenModule/*.{xib}",
28       "dependencies": {
29         "Firebase/AnalyticsWithoutAdIdSupport": [
31         ],
32         "Firebase/Crashlytics": [
34         ],
35         "Firebase/Messaging": [
37         ]
38       }
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Sources/CocenModule+RX",
43       "resources": "Sources/CocenModule+RX/*.{xib}",
44       "dependencies": {
45         "CocenModule/Core": [
47         ],
48         "RxSwift": [
50         ],
51         "RxCocoa": [
53         ],
54         "Moya/RxSwift": [
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.3"