[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / b / f / 5 / Fastboard / 1.0.0 / Fastboard.podspec.json
blob488390b647918beca5ae23b533d5886fabc47cb2
2   "name": "Fastboard",
3   "version": "1.0.0",
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": "1.0.0"
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.16.4"
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": "fpa",
45       "source_files": "Fastboard/Classes/FPA/*",
46       "dependencies": {
47         "Whiteboard/fpa": [
49         ],
50         "Fastboard/core": [
52         ]
53       },
54       "platforms": {
55         "ios": "11.0"
56       },
57       "pod_target_xcconfig": {
58         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59       },
60       "user_target_xcconfig": {
61         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62       }
63     }
64   ],
65   "swift_version": "5.0"