blob: f3ae7948cb313155b66e233d0e5997729cf686be [file] [log] [blame]
{
"name": "DZQQLib",
"version": "2.8.1",
"summary": "DZQQLib qq开放平台库维护",
"description": " DZQQLib qq开放平台库维护,方便在其他cocopods项目中引用\n",
"homepage": "https://github.com/yishuiliunian/DZQQLib",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZQQLib.git",
"tag": "2.8.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/QQ/**/*.{h,m}"
],
"resource_bundles": {
"DZQQLib": [
"Pod/Assets/*.png",
"Pod/QQ/*.bundle"
]
},
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"CoreTelephony",
"CoreGraphics",
"SystemConfiguration"
],
"vendored_frameworks": "Pod/QQ/**/*.{framework}"
}