blob: 9e69ec1baa763af8dea9909abacfe57980bd7f8b [file] [log] [blame]
{
"name": "TIMSDK_iOS",
"version": "3.0.1",
"summary": "sdk",
"homepage": "https://github.com/ppqx/TIMSDK_iOS",
"license": "MIT",
"authors": {
"PP": "739140860@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ppqx/TIMSDK_iOS.git",
"tag": "3.0.1"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"Foundation"
],
"libraries": [
"c++",
"z",
"sqlite3",
"stdc++.6"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"default_subspecs": "Bases",
"subspecs": [
{
"name": "Bases",
"vendored_frameworks": [
"Base/ImSDK.framework",
"Base/QALSDK.framework",
"Base/TLSSDK.framework"
]
}
]
}