[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 2 / CocenModule / 2.2.3 / CocenModule.podspec.json
blob361ea49e8f8c307b94600f34887ad7d36eada253
2   "name": "CocenModule",
3   "version": "2.2.3",
4   "swift_versions": "5.0",
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.2.3"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/CocenModule"
27     },
28     {
29       "name": "RxSwift",
30       "source_files": "Sources/CocenModule+RX",
31       "dependencies": {
32         "CocenModule/Core": [
34         ],
35         "RxSwift": [
37         ],
38         "RxCocoa": [
40         ]
41       }
42     },
43     {
44       "name": "Combine",
45       "platforms": {
46         "ios": "13.0"
47       },
48       "source_files": "Sources/CocenModule+Combine",
49       "dependencies": {
50         "CocenModule/Core": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"