[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 5 / Fastboard / 2.0.0-alpha.9 / Fastboard.podspec.json
blobc2e3a0ad7191d7e81eefb9707e10d10140198191
2   "name": "Fastboard",
3   "version": "2.0.0-alpha.9",
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.9"
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-alhpa.13"
30         ]
31       },
32       "exclude_files": "Fastboard/Classes/FPA/*",
33       "resource_bundles": {
34         "Icons": [
35           "Fastboard/Assets/*.xcassets"
36         ],
37         "LocalizedStrings": [
38           "Fastboard/Assets/*.lproj/*.strings"
39         ]
40       },
41       "frameworks": "UIKit"
42     },
43     {
44       "name": "core-YYKit",
45       "source_files": "Fastboard/Classes/**/*",
46       "dependencies": {
47         "Whiteboard/Whiteboard-YYKit": [
48           "~> 2.17.0-alhpa.13"
49         ]
50       },
51       "exclude_files": "Fastboard/Classes/FPA/*",
52       "resource_bundles": {
53         "Icons": [
54           "Fastboard/Assets/*.xcassets"
55         ],
56         "LocalizedStrings": [
57           "Fastboard/Assets/*.lproj/*.strings"
58         ]
59       },
60       "frameworks": "UIKit"
61     },
62     {
63       "name": "fpa",
64       "source_files": "Fastboard/Classes/FPA/*",
65       "dependencies": {
66         "Whiteboard/fpa": [
68         ],
69         "Fastboard/core": [
71         ]
72       },
73       "platforms": {
74         "ios": "11.0"
75       }
76     },
77     {
78       "name": "fpa-YYKit",
79       "source_files": "Fastboard/Classes/FPA/*",
80       "dependencies": {
81         "Whiteboard/fpa-YYKit": [
83         ],
84         "Fastboard/core-YYKit": [
86         ]
87       },
88       "platforms": {
89         "ios": "11.0"
90       }
91     }
92   ],
93   "swift_version": "5.0"