blob: 3a7c2dedafd3f8a21d981f4b87cdf2de1b6546f9 [file] [log] [blame]
{
"name": "CBBDataChannel",
"version": "2.0.5",
"summary": "DataChannel for iOS",
"homepage": "https://github.com/cross-border-bridge/data-channel-ios",
"authors": "DWANGO Co., Ltd.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cross-border-bridge/data-channel-ios.git",
"tag": "2.0.5"
},
"source_files": "CBBDataChannel/**/*.{h,m}",
"dependencies": {
"CBBDataBus": [
"~> 2.1.3"
]
},
"preserve_paths": "CBBDataChannel.modulemap",
"module_map": "CBBDataChannel.modulemap"
}