[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / f / 5 / Fastboard / 2.0.0-alpha.17 / Fastboard.podspec.json
bloba1494324af8bff85d21f2566772beb664c2a643b
2   "name": "Fastboard",
3   "version": "2.0.0-alpha.17",
4   "summary": "Quickly create a whiteboard interface for iOS",
5   "description": "High-level SDK for Whiteboard-iOS with UI.\nWe recommend using Whiteboard-iOS directly if you need more customization,",
6   "homepage": "https://github.com/netless-io/fastboard-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yunshi": "xuyunshi@agora.io"
13   },
14   "source": {
15     "git": "https://github.com/netless-io/fastboard-iOS.git",
16     "tag": "2.0.0-alpha.17"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "core",
23   "subspecs": [
24     {
25       "name": "core",
26       "source_files": "Fastboard/Classes/**/*",
27       "dependencies": {
28         "Whiteboard": [
29           "~> 2.17.0-alpha.25"
30         ]
31       },
32       "resource_bundles": {
33         "Icons": [
34           "Fastboard/Assets/*.xcassets"
35         ],
36         "LocalizedStrings": [
37           "Fastboard/Assets/*.lproj/*.strings"
38         ]
39       },
40       "frameworks": "UIKit"
41     },
42     {
43       "name": "core-YYKit",
44       "source_files": "Fastboard/Classes/**/*",
45       "dependencies": {
46         "Whiteboard/Whiteboard-YYKit": [
47           "~> 2.17.0-alpha.25"
48         ]
49       },
50       "resource_bundles": {
51         "Icons": [
52           "Fastboard/Assets/*.xcassets"
53         ],
54         "LocalizedStrings": [
55           "Fastboard/Assets/*.lproj/*.strings"
56         ]
57       },
58       "frameworks": "UIKit"
59     }
60   ],
61   "swift_version": "5.0"