blob: e3aca270414fb82232571530b267d1efddc82688 [file] [log] [blame]
{
"name": "PolyvBusinessSDKA",
"version": "1.3.0.0",
"summary": "保利威 iOS 业务类库 SDK.",
"homepage": "http://git.polyv.net/polyv-sdk/ios/PolyvBusinessSDK",
"license": "MIT",
"authors": {
"LLH": "luolinhao@polyv.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.polyv.net/ios/PolyvBusinessSDK.git",
"tag": "other/a/1.3.0.0"
},
"default_subspecs": [
"Core",
"BaseSDK"
],
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "Frameworks/PolyvBusinessSDK.framework"
},
{
"name": "BaseSDK",
"dependencies": {
"PolyvFoundationSDKA": [
"~> 1.3.0.0"
]
}
}
]
}