blob: 979bfa887ab7b6cf3c3c439c9aad4ae30e98060e [file] [log] [blame]
{
"name": "AstraeaVendor",
"version": "0.0.2",
"summary": "Astraea vendor for astraea sdk",
"description": "Astraea vendor for astraea swift sdk",
"homepage": "http://www.5ikankan.com/",
"license": "MIT",
"authors": {
"wenzhaot": "tanwenzhao1025@gmail.com"
},
"source": {
"git": "https://github.com/wenzhaot/AstraeaVendor.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/RongIMKit"
},
"subspecs": [
{
"name": "Rong",
"ios": {
"vendored_frameworks": [
"IMKit/RongIMKit.framework",
"IMLib/RongIMLib.framework"
]
},
"vendored_libraries": [
"IMLib/libopencore-amrnb.a"
],
"resources": [
"IMKit/*.{plist,bundle,lproj}",
"IMLib/*.{plist}"
],
"libraries": [
"sqlite3.0",
"c++",
"z",
"c++abi",
"stdc++",
"xml2"
]
}
]
}