blob: e6962c26bc387f06254ed26c79cc49a7182b5e16 [file] [log] [blame]
{
"name": "CHShareUtil",
"version": "0.0.5",
"summary": "封装QQ分享到cocoaPod,无需复杂配置即可方便的调用,基于:qq V3.2.1",
"description": "封装QQ分享到cocoaPod,无需复杂配置即可方便的调用,基于:qq V3.2.1 后期会集成微信等分享功能",
"homepage": "https://github.com/lichanghong/CHShareUtil",
"license": "MIT",
"authors": {
"李长鸿": "lichanghong@b.360.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lichanghong/CHShareUtil",
"tag": "0.0.5"
},
"source_files": [
"CHShareUtil",
"CHShareUtil/**/*.{h,m}"
],
"public_header_files": "CHShareUtil/CHQQShare.h",
"resources": "CHShareUtil/TencentOpenApi_IOS_Bundle.bundle",
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"frameworks": [
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony",
"UIKit",
"Foundation"
],
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
],
"ios": {
"vendored_frameworks": "CHShareUtil/TencentOpenAPI.framework"
}
}