[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 8 / 4 / c / LiMaoIMSDK / 2.0.4 / LiMaoIMSDK.podspec.json
blob6787461df56dcdc95b886362e76922e11bebff52
2   "name": "LiMaoIMSDK",
3   "version": "2.0.4",
4   "summary": "狸猫IM是一款简单,高效,支持完全私有化的即时通讯.",
5   "license": {
6     "type": "MIT",
7     "file": "ios/LICENSE"
8   },
9   "authors": {
10     "tangtaoit": "412145540@qq.com"
11   },
12   "homepage": "https://github.com/lim-team/LiMaoIMSDK-Framework",
13   "description": "狸猫IM是一款简单,高效,支持完全私有化的即时通讯,提供群聊,点对点通讯解决方案",
14   "frameworks": [
15     "UIKit",
16     "MapKit",
17     "AVFoundation"
18   ],
19   "ios": {
20     "libraries": [
21       "c++",
22       "sqlite3",
23       "z"
24     ]
25   },
26   "source": {
27     "git": "https://github.com/lim-team/LiMaoIMSDK-Framework.git",
28     "tag": "2.0.4"
29   },
30   "requires_arc": true,
31   "platforms": {
32     "ios": "12.0"
33   },
34   "resources": "ios/LiMaoIMSDK.framework/LiMaoIMSDK.bundle",
35   "vendored_frameworks": "ios/LiMaoIMSDK.framework",
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC",
38     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/../../LiMaoIMSDK-Framework/ios/lib",
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "dependencies": {
42     "CocoaAsyncSocket": [
43       "~> 7.6.4"
44     ],
45     "FMDB/SQLCipher": [
46       "~>2.7.5"
47     ],
48     "25519": [
49       "~>2.0.2"
50     ],
51     "libsignal-protocol-c": [
52       "~>2.3.3"
53     ]
54   }