[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / 8 / 3 / AVOSCloudIM-OSX / 3.1.6.2 / AVOSCloudIM-OSX.podspec.json
blobed5178b33bf9f5e1a61ded875ee2d1b7db93ba8e
2   "name": "AVOSCloudIM-OSX",
3   "version": "3.1.6.2",
4   "summary": "LeanCloud OS X Instant Message SDK for Mac platform.",
5   "homepage": "https://leancloud.cn",
6   "documentation_url": "https://leancloud.cn/docs/api/iOS/index.html",
7   "license": {
8     "type": "Commercial",
9     "text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
10   },
11   "authors": {
12     "LeanCloud": "support@leancloud.cn"
13   },
14   "platforms": {
15     "osx": 10.8
16   },
17   "requires_arc": true,
18   "source": {
19     "http": "http://download.leancloud.cn/sdk/OSX/release-v3.1.6.2/AVOSCloudIM.framework.zip"
20   },
21   "preserve_paths": "OSX/release-v3.1.6.2/AVOSCloudIM.framework",
22   "public_header_files": "OSX/release-v3.1.6.2/AVOSCloudIM.framework/**/*.h",
23   "vendored_frameworks": "OSX/release-v3.1.6.2/AVOSCloudIM.framework",
24   "resources": "OSX/release-v3.1.6.2/AVOSCloudIM.framework",
25   "dependencies": {
26     "AVOSCloud-OSX": [
28     ]
29   },
30   "xcconfig": {
31     "OTHER_LDFLAGS": "$(inherited) -ObjC",
32     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudIM-OSX/**\"",
33     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
34   }