[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 1 / f / AVOSCloud-watchOS / 3.3 / AVOSCloud-watchOS.podspec.json
blobb07b2039c024bda57eb0a9a99477e51066b6325c
2   "name": "AVOSCloud-watchOS",
3   "version": "3.3",
4   "platforms": {
5     "watchos": "2.0"
6   },
7   "summary": "LeanCloud watchOS 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/watchOS/release-v3.3/Static/AVOSCloud.framework.zip"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "preserve_paths": "watchOS/release-v3.3/Static/AVOSCloud.framework/AVOSCloud",
23   "vendored_libraries": "libAVOSCloud.a",
24   "frameworks": [
25     "MobileCoreServices",
26     "CoreLocation",
27     "CoreGraphics",
28     "Security",
29     "QuartzCore"
30   ],
31   "libraries": [
32     "icucore",
33     "sqlite3"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "$(inherited) -ObjC -lz"
37   },
38   "prepare_command": "cp watchOS/release-v3.3/Static/AVOSCloud.framework/AVOSCloud libAVOSCloud.a\ncp watchOS/release-v3.3/Static/AVOSCloud.framework/Headers/* ."