blob: 64c1d216e0348b981895faf1b97b32e59d97d67e [file] [log] [blame]
{
"name": "MTA",
"version": "2.0.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.0.8"
},
"license": "None",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SDK/*.h",
"public_header_files": "SDK/*.h",
"vendored_libraries": "SDK/libmtasdk.a",
"frameworks": [
"CoreTelephony",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
]
},
{
"name": "AutoTrack",
"dependencies": {
"MTA/Core": [
]
},
"vendored_libraries": "SDK/libautotrack.a"
},
{
"name": "IDFA",
"dependencies": {
"MTA/Core": [
]
},
"vendored_libraries": "SDK/libidfa.a",
"frameworks": "AdSupport"
},
{
"name": "InstallTracker",
"dependencies": {
"MTA/Core": [
]
},
"vendored_libraries": "SDK/libinstalltracker.a"
}
]
}