blob: a2229647831b0bbeed301b55415a22a41f294c23 [file] [log] [blame]
{
"name": "MTGDTMob",
"version": "4.3",
"summary": "A short description of MTGDTMob.",
"homepage": "http://e.qq.com/dev/index.html",
"license": {
"type": "Cpoyright",
"text": "LICENSE ©2016 Domob, Inc. All rights reserved"
},
"authors": {
"Tim": "aunm123@yeah.net"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/aunm123/MTGDTMob.git",
"tag": "4.3"
},
"source_files": "libs/*.h",
"public_header_files": "libs/*.h",
"preserve_paths": "libs/*.a",
"frameworks": [
"Foundation",
"UIKit"
],
"weak_frameworks": [
"AdSupport",
"CoreLocation",
"QuartzCore",
"CoreText",
"CoreGraphics",
"StoreKit",
"SystemConfiguration",
"Security",
"CoreTelephony"
],
"libraries": [
"z",
"GDTMobSDK"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/MTGDTMob"
}
}