[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 6 / 8 / 3 / AVOSCloudIM-OSX / 3.2.4.1 / AVOSCloudIM-OSX.podspec.json
blobfbe6a1beb7e03abedea5d6d93f5a57fd80497f54
2   "name": "AVOSCloudIM-OSX",
3   "version": "3.2.4.1",
4   "summary": "LeanCloud OS X Instant Message SDK for Mac platform.",
5   "homepage": "https://leancloud.cn",
6   "documentation_url": "https://leancloud.cn/api-docs/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.2.4.1/AVOSCloudIM.framework.zip"
20   },
21   "preserve_paths": "OSX/release-v3.2.4.1/AVOSCloudIM.framework",
22   "public_header_files": "OSX/release-v3.2.4.1/AVOSCloudIM.framework/**/*.h",
23   "vendored_frameworks": "OSX/release-v3.2.4.1/AVOSCloudIM.framework",
24   "resources": "OSX/release-v3.2.4.1/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   }