blob: 3781ccab35598d651e9d146dd63f21a42126c8c3 [file] [log] [blame]
{
"name": "Tencent-mta",
"version": "2.0.5",
"summary": "专业的移动应用数据分析能力,为您的应用提供实时数据统计分析服务,监控版本质量、渠道状况、用户画像属性及用户细分行为,通过数据可视化展现,协助产品运营决策。",
"homepage": "http://mta.qq.com",
"authors": {
"Sunnyyoung": "https://github.com/derekibw"
},
"source": {
"git": "https://github.com/derekibw/Tencent-mta.git",
"tag": "2.0.5"
},
"license": "None",
"requires_arc": true,
"platforms": {
"ios": null
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SDK/*.h",
"public_header_files": "SDK/*.h",
"vendored_libraries": "SDK/libmtasdk.a",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreGraphics",
"CoreTelephony",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
]
},
{
"name": "AutoTrack",
"dependencies": {
"Tencent-mta/Core": [
]
},
"vendored_libraries": "SDK/libautotrack.a"
},
{
"name": "IDFA",
"dependencies": {
"Tencent-mta/Core": [
]
},
"vendored_libraries": "SDK/libidfa.a",
"frameworks": "AdSupport"
}
]
}