blob: a3310b075b3206eeb2c6c7b9864fff87573a562a [file] [log] [blame]
{
"name": "Portkey",
"version": "0.2.02",
"summary": "Portkit",
"homepage": "https://git.xiaojukeji.com/dichat/portkey",
"license": "MIT",
"authors": {
"langxxx": "wanglang@didiglobal.com"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://dc-poc-main-public.oss-cn-shenzhen.aliyuncs.com/ios/sdk/Portkey/0.2.02/Portkey.zip"
},
"default_subspecs": "Container",
"subspecs": [
{
"name": "Container",
"vendored_frameworks": "Container.framework",
"dependencies": {
"Swinject": [
]
}
},
{
"name": "IM",
"vendored_frameworks": "IM.framework",
"dependencies": {
"MandrakeKit": [
],
"Swinject": [
],
"Portkey/Container": [
]
}
},
{
"name": "AddressBook",
"vendored_frameworks": "AddressBook.framework",
"dependencies": {
"MandrakeKit": [
],
"OranAddressBook": [
],
"OranSearch": [
],
"Swinject": [
],
"Portkey/Container": [
]
}
},
{
"name": "Search",
"vendored_frameworks": "Search.framework",
"dependencies": {
"Alamofire": [
],
"DCImageViewer": [
],
"MandrakeCore": [
],
"MandrakeKit": [
],
"OranSearch": [
],
"OranUtil": [
],
"RxSwift": [
],
"Swinject": [
],
"Portkey/AddressBook": [
],
"Portkey/Container": [
]
}
}
]
}