[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 8 / 4 / c / LiMaoIMSDK / 0.1.17 / LiMaoIMSDK.podspec.json
blob0eed342376bf4dbf3940c1135de4ebc682fe8a9b
2   "name": "LiMaoIMSDK",
3   "version": "0.1.17",
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.17"
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   }