[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 0 / 2 / CocenModule / 2.3.27 / CocenModule.podspec.json
blobdd7b6c729d59b7616aa0ca723ff4619d5679cf92
2   "name": "CocenModule",
3   "version": "2.3.27",
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.27"
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": [
28         "Sources/CocenModule/*.{xib}",
29         "Sources/CocenModule/*.{xcassets}"
30       ],
31       "dependencies": {
32         "Firebase/AnalyticsWithoutAdIdSupport": [
34         ],
35         "Firebase/Crashlytics": [
37         ],
38         "Firebase/Messaging": [
40         ],
41         "TLPhotoPicker": [
43         ]
44       }
45     },
46     {
47       "name": "RxSwift",
48       "source_files": "Sources/CocenModule+RX",
49       "resources": "Sources/CocenModule+RX/*.{xib}",
50       "dependencies": {
51         "CocenModule/Core": [
53         ],
54         "RxSwift": [
56         ],
57         "RxCocoa": [
59         ],
60         "Moya/RxSwift": [
62         ]
63       }
64     },
65     {
66       "name": "Combine",
67       "platforms": {
68         "ios": "13.0"
69       },
70       "source_files": "Sources/CocenModule+Combine",
71       "dependencies": {
72         "CocenModule/Core": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.3"