[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / f / AVOSCloudIM / 3.2.4 / AVOSCloudIM.podspec.json
blobcd0f9d3b809c44671c2f1966ae3ac05da780d2e0
2   "name": "AVOSCloudIM",
3   "version": "3.2.4",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "LeanCloud iOS Instant Message 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/iOS/release-v3.2.4/Static/AVOSCloudIM.framework.zip"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "preserve_paths": "iOS/release-v3.2.4/Static/AVOSCloudIM.framework/AVOSCloudIM",
23   "vendored_libraries": "libAVOSCloudIM.a",
24   "dependencies": {
25     "AVOSCloud": [
27     ]
28   },
29   "xcconfig": {
30     "OTHER_LDFLAGS": "$(inherited) -ObjC"
31   },
32   "prepare_command": "cp iOS/release-v3.2.4/Static/AVOSCloudIM.framework/AVOSCloudIM libAVOSCloudIM.a\ncp iOS/release-v3.2.4/Static/AVOSCloudIM.framework/Headers/* ."