blob: fb8d63a0d7fda106605f8a8044402d4b4789d79c [file] [log] [blame]
{
"name": "White-SDK-iOS",
"version": "2.0.0-ppt",
"summary": "White iOS端 SDK 仓库。",
"description": "White 白板,使用White SDK 创建自己的互动白板",
"homepage": "https://github.com/duty-os/white-sdk-ios-release",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"white": "support@herewhite.com"
},
"source": {
"git": "https://github.com/duty-os/white-sdk-ios-release.git",
"tag": "2.0.0-ppt"
},
"platforms": {
"ios": "9.0"
},
"vendored_libraries": "White-SDK-iOS/libWhiteSDK.a",
"resource_bundles": {
"WhiteSDK": [
"White-SDK-iOS/Resource/*"
]
},
"source_files": "White-SDK-iOS/Headers/*.h",
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"dsBridge": [
"~> 3.0.2"
],
"YYModel": [
"~> 1.0.4"
]
},
"deprecated_in_favor_of": "Whiteboard"
}