blob: 4d8cd77f56d2973a50b685ad4fe27c7a4812d0ef [file] [log] [blame]
{
"name": "DryTencent-iOS",
"version": "0.0.1",
"summary": "DryTencent-iOS",
"homepage": "https://github.com/duanruiying/DryTencent-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryTencent-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: iOS简化腾讯集成(授权、获取用户信息、分享).",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"static_framework": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryTencent-iOS/Classes/Code/**/*",
"public_header_files": "DryTencent-iOS/Classes/Code/Public/**/*.h",
"libraries": [
"z",
"c++",
"iconv",
"sqlite3"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"Security",
"CoreGraphics",
"CoreTelephony"
],
"vendored_frameworks": "DryTencent-iOS/Classes/Frameworks/*.framework"
}