blob: 8e9b31edd3ca89cbc9838093540d481e626e88d5 [file] [log] [blame]
{
"name": "CocenModule",
"version": "2.2.4",
"swift_versions": "5.0",
"summary": "코리아센터 iOS 공통 모듈",
"description": "코리아센터 iOS 공통 모듈\nCocenModule is available under the KoreaCenter license.",
"homepage": "https://www.koreacenter.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kwonogyu": "haze5959@cocen.com"
},
"source": {
"git": "http://git2.koapp.com/ios/cocenmodulepods.git",
"tag": "2.2.4"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/CocenModule"
},
{
"name": "RxSwift",
"source_files": "Sources/CocenModule+RX",
"dependencies": {
"CocenModule/Core": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
},
{
"name": "Combine",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/CocenModule+Combine",
"dependencies": {
"CocenModule/Core": [
]
}
}
],
"swift_version": "5.0"
}