blob: 41335b1c5132c612c9459e50a7ef49537eb076ec [file] [log] [blame]
{
"name": "MTA",
"version": "2.5.8",
"summary": "An unofficial MTA SDK Cocoapods repository.",
"homepage": "http://mta.qq.com",
"authors": {
"Sunnyyoung": "https://github.com/Sunnyyoung"
},
"source": {
"git": "https://github.com/Sunnyyoung/MTA.git",
"tag": "2.5.8"
},
"license": {
"type": "None",
"text": " Copyright © 1998 - 2018 Tencent. All Rights Reserved.\n"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SDK/*.h",
"public_header_files": "SDK/*.h",
"vendored_libraries": "SDK/*.a",
"frameworks": [
"CoreTelephony",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
]
},
{
"name": "IDFA",
"dependencies": {
"MTA/Core": [
]
},
"frameworks": "AdSupport"
},
{
"name": "ADTracker",
"dependencies": {
"MTA/Core": [
]
},
"source_files": "SDK/plugin/adtracker/*.h",
"public_header_files": "SDK/plugin/adtracker/*.h",
"vendored_libraries": "SDK/plugin/adtracker/*.a",
"frameworks": "AdSupport"
},
{
"name": "AutoTrack",
"dependencies": {
"MTA/Core": [
]
},
"source_files": "SDK/plugin/autotrack/*.h",
"public_header_files": "SDK/plugin/autotrack/*.h",
"vendored_libraries": "SDK/plugin/autotrack/*.a"
},
{
"name": "CrashReporter",
"dependencies": {
"MTA/Core": [
]
},
"source_files": "SDK/plugin/crashreporter/*.h",
"public_header_files": "SDK/plugin/crashreporter/*.h",
"vendored_libraries": "SDK/plugin/crashreporter/*.a"
},
{
"name": "DataInsight",
"dependencies": {
"MTA/Core": [
]
},
"source_files": "SDK/plugin/datainsight/*.h",
"public_header_files": "SDK/plugin/datainsight/*.h",
"vendored_libraries": "SDK/plugin/datainsight/*.a",
"frameworks": "CoreLocation"
},
{
"name": "MTAHybrid",
"dependencies": {
"MTA/Core": [
]
},
"source_files": "SDK/plugin/MTAHybrid/*.h",
"public_header_files": "SDK/plugin/MTAHybrid/*.h",
"vendored_libraries": "SDK/plugin/MTAHybrid/*.a"
}
]
}