blob: e7a079f0683341fc6919c46bcc189f65a7970d99 [file] [log] [blame]
{
"name": "Whiteboard",
"version": "0.0.1",
"summary": "netless.io Whiteboard API on iOS",
"description": "White-SDK-iOS 的开源版本实现,基于 White-SDK-iOS 2.4.18 继续开发",
"homepage": "https://github.com/netless-io/whiteboard-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leavesster": "yleaf@herewhite.com"
},
"source": {
"git": "https://github.com/netless-io/Whiteboard-iOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"resource_bundles": {
"WhiteSDK": [
"WhiteSDK/Resource/*"
]
},
"source_files": [
"WhiteSDK/Classes/**",
"WhiteSDK/Classes/**/**"
],
"dependencies": {
"dsBridge": [
"~> 3.0.2"
],
"YYModel": [
"~> 1.0.4"
]
},
"frameworks": [
"UIKit",
"WebKit",
"AVFoundation"
]
}