blob: 0b9f605fc7c452f32b5e16d0610d5dc4eb542f75 [file] [log] [blame]
tangtaoadac3652020-02-13 00:32:19 -05001{
2 "name": "LiMaoIMSDK",
3 "version": "0.1.16",
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": "c++",
21 "resources": "ios/LiMaoIMSDK.framework/Versions/A/Resources/LiMaoIMSDK.bundle",
22 "vendored_frameworks": "ios/LiMaoIMSDK.framework"
23 },
24 "source": {
25 "git": "https://github.com/lim-team/LiMaoIMSDK-Framework.git",
26 "tag": "0.1.16"
27 },
28 "requires_arc": true,
29 "platforms": {
30 "ios": "8.0"
31 },
32 "static_framework": true,
33 "vendored_libraries": "ios/*.{a}",
34 "dependencies": {
35 "CocoaAsyncSocket": [
36 "~> 7.6.2"
37 ],
38 "FMDB": [
39 "~>2.7.2"
40 ]
41 }
42}