blob: 82a97f5e948974f3613b2be8801495c8f960bb77 [file] [log] [blame]
{
"name": "ABCLive",
"version": "1.2.3",
"summary": "ABCLive.",
"description": "ABCLive of bing",
"homepage": "http://www.abcpen.com",
"license": "MIT",
"authors": {
"bing": "bing@abcpen.com"
},
"source": {
"git": "https://github.com/abcpen-inc/ABCLiveKit.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0",
"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"
},
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
],
"SVProgressHUD": [
],
"Socket.IO-Client-Swift": [
],
"BFKit": [
]
}
},
{
"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"
}
}
]
}