blob: 3227d87ffe8ed638b409f9098d0c7d45dd4d3b33 [file] [log] [blame]
{
"name": "LiMaoIMSDK",
"version": "0.1.14",
"summary": "狸猫IM是一款简单,高效,支持完全私有化的即时通讯.",
"license": {
"type": "MIT",
"file": "ios/LICENSE"
},
"authors": {
"tangtaoit": "412145540@qq.com"
},
"homepage": "https://github.com/lim-team/LiMaoIMSDK-Framework",
"description": "狸猫IM是一款简单,高效,支持完全私有化的即时通讯,提供群聊,点对点通讯解决方案",
"frameworks": [
"UIKit",
"MapKit",
"AVFoundation"
],
"libraries": [
"opencore-amrnb",
"opencore-amrwb",
"vo-amrwbenc"
],
"ios": {
"libraries": "c++",
"vendored_frameworks": "ios/LiMaoIMSDK.framework"
},
"source": {
"git": "https://github.com/lim-team/LiMaoIMSDK-Framework.git",
"tag": "0.1.14"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"LiMaoIMSDK": [
"ios/Assets/*.png",
"ios/Assets/Migrations/*"
]
},
"vendored_libraries": "ios/*.{a}",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.2"
],
"FMDB": [
"~>2.7.2"
]
}
}