blob: add45786590c417c962d5cd31cc7e3e36e790770 [file] [log] [blame]
{
"name": "MTA",
"version": "1.5.3",
"summary": "An unofficial MTA SDK Cocoapods repository.",
"homepage": "http://mta.qq.com",
"license": "MIT",
"authors": {
"Sunnyyoung": "https://github.com/Sunnyyoung"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Sunnyyoung/MTA.git",
"tag": "1.5.3"
},
"source_files": "SDK",
"ios": {
"vendored_libraries": "SDK/libmtasdk.a"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true
}