[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 1 / f / AVOSCloud-tvOS / 3.2.6 / AVOSCloud-tvOS.podspec.json
blob41546b29e4afdbd759745fc1a92d56bc2448a551
2   "name": "AVOSCloud-tvOS",
3   "version": "3.2.6",
4   "platforms": {
5     "tvos": "9.0"
6   },
7   "summary": "LeanCloud tvOS SDK for mobile backend.",
8   "homepage": "https://leancloud.cn",
9   "documentation_url": "https://leancloud.cn/api-docs/iOS/index.html",
10   "license": {
11     "type": "Commercial",
12     "text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
13   },
14   "authors": {
15     "LeanCloud": "support@leancloud.cn"
16   },
17   "source": {
18     "http": "https://download.leancloud.cn/sdk/tvOS/release-v3.2.6/Static/AVOSCloud.framework.zip"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "preserve_paths": "tvOS/release-v3.2.6/Static/AVOSCloud.framework/AVOSCloud",
23   "vendored_libraries": "libAVOSCloud.a",
24   "frameworks": [
25     "CFNetwork",
26     "MobileCoreServices",
27     "CoreLocation",
28     "CoreGraphics",
29     "Security",
30     "QuartzCore"
31   ],
32   "libraries": [
33     "icucore",
34     "sqlite3"
35   ],
36   "xcconfig": {
37     "OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
38   },
39   "prepare_command": "cp tvOS/release-v3.2.6/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp tvOS/release-v3.2.6/Static/AVOSCloud.framework/Headers/* ."