[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / e / a / Mercury-iOS / 1.0.0 / Mercury-iOS.podspec.json
blob2a54b3140d00a1ca73414b06ac495910270509a3
2   "name": "Mercury-iOS",
3   "version": "1.0.0",
4   "summary": "Mercury 是一个长链工具,基于私有协议,并提供了房间管理、用户管理等功能",
5   "homepage": "https://github.com/BixinTech/mercury-ios",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ju Liaoyuan": "juliaoyuan@bixin.cn"
12   },
13   "source": {
14     "git": "https://github.com/BixinTech/mercury-ios.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "libraries": "stdc++",
21   "source_files": "Mercury-iOS/Classes/**/*",
22   "public_header_files": "Mercury-iOS/Classes/**/*.h",
23   "vendored_frameworks": "Mercury-iOS/Frameworks/*",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "dependencies": {
31     "AFNetworking": [
33     ]
34   }