blob: c390dd1d5ac3c6c926e3af8ead7c49e5fe2cbce0 [file] [log] [blame]
{
"name": "GT",
"version": "2.3.3",
"summary": "A short description of GT.",
"description": "GT framework ,since GT don't provider a pod , I build this",
"homepage": "http://gt.tencent.com/",
"license": "MIT",
"authors": {
"njafei": "njafei@163.com"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"SystemConfiguration",
"AudioToolbox",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
],
"source": {
"git": "https://github.com/njafei/GTFramework.git",
"tag": "2.3.3"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-all_load"
},
"subspecs": [
{
"name": "GT",
"vendored_frameworks": "GT.embeddedframework/GT.framework",
"resources": "GT.embeddedframework/Resources/GT.bundle"
}
]
}