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