blob: 7e2c5ad939c87071e0bd020efda6eba9f6ba188a [file] [log] [blame]
{
"name": "WeOmniLiveKit",
"module_name": "WeOmniLiveKit",
"version": "0.1.0",
"summary": "WeOmniLiveKit",
"description": "Live Commerce SDK for iOS",
"homepage": "https://bitbucket.org/ascendcorp/weomnilivekit-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chayanon Ardkham": "chayanon.ard@ascendcorp.com"
},
"source": {
"git": "https://bitbucket.org/ascendcorp/weomnilivekit-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"WeOmniLiveKit/Core": [
],
"WeOmniLiveKit/Buyer": [
],
"WeOmniLiveKit/Seller": [
]
}
},
{
"name": "Core",
"dependencies": {
"WeOmniLiveCoreKit": [
"~> 0.1.0"
]
}
},
{
"name": "Buyer",
"dependencies": {
"WeOmniLiveBuyerKit": [
"~> 0.1.0"
]
}
},
{
"name": "Seller",
"dependencies": {
"WeOmniLiveSellerKit": [
"~> 0.1.0"
]
}
}
],
"swift_version": "5"
}