[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 0 / Whiteboard / 0.0.2 / Whiteboard.podspec.json
blobe4a87e8fef6a16ddbc951d1914db7798260c3a15
2   "name": "Whiteboard",
3   "version": "0.0.2",
4   "summary": "netless.io Whiteboard API on iOS",
5   "description": "White-SDK-iOS 的开源版本实现,基于 White-SDK-iOS 2.4.18 继续开发",
6   "homepage": "https://github.com/netless-io/whiteboard-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leavesster": "yleaf@herewhite.com"
13   },
14   "source": {
15     "git": "https://github.com/netless-io/Whiteboard-iOS.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resource_bundles": {
22     "WhiteSDK": [
23       "WhiteSDK/Resource/*"
24     ]
25   },
26   "source_files": [
27     "WhiteSDK/Classes/**",
28     "WhiteSDK/Classes/**/**"
29   ],
30   "dependencies": {
31     "dsBridge": [
32       "~> 3.0.2"
33     ],
34     "YYModel": [
35       "~> 1.0.4"
36     ]
37   },
38   "frameworks": [
39     "UIKit",
40     "WebKit",
41     "AVFoundation"
42   ]