blob: 035c6f3ebcc106b8fc1296e5ba3f809bb6706fbb [file] [log] [blame]
{
"name": "ABCLive",
"version": "1.0.8",
"summary": "ABCLive.",
"description": "ABCLive of bing",
"homepage": "http://www.abcpen.com",
"license": "MIT",
"authors": {
"bing": "bing@abcpen.com"
},
"source": {
"git": "https://github.com/BingO0o/ABCLiveKit.git"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "ABCLiveCoreKit",
"public_header_files": "ABCLiveSDK/ABCCoreKit.framework/Headers/ABCCoreKit.h",
"source_files": "ABCLiveSDK/ABCCoreKit.framework/Headers/*.{h}",
"vendored_frameworks": "ABCLiveSDK/ABCCoreKit.framework",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
},
{
"name": "ABCLiveUIKit",
"public_header_files": "ABCLiveSDK/ABCUIKit.framework/Headers/ABCUIKit.h",
"source_files": "ABCLiveSDK/ABCUIKit.framework/Headers/*.{h}",
"vendored_frameworks": "ABCLiveSDK/ABCUIKit.framework",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
},
{
"name": "ABCLivePenKit",
"public_header_files": "ABCLiveSDK/PenKit.framework/Headers/PenKit.h",
"source_files": "ABCLiveSDK/PenKit.framework/Headers/*.{h}",
"vendored_frameworks": "ABCLiveSDK/PenKit.framework",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
]
}