blob: a0fead9a086b175cf6b447e5cfa50fa13b3ad77b [file] [log] [blame]
{
"name": "SocialSDKs_Swift_ReducedWeChat",
"version": "0.1.2",
"summary": "微信原生SDK(无支付)动态库",
"description": "基于WeChatSDK1.8.5_NoPay(不包含支付功能)动态库封装",
"homepage": "https://github.com/WessonWu/SocialSDKs_Swift",
"license": "MIT",
"authors": {
"wessonwu": "wessonwu94@gmail.com"
},
"source": {
"git": "https://github.com/WessonWu/SocialSDKs_Swift.git",
"tag": "0.1.2"
},
"module_name": "ReducedWeChat",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"frameworks": [
"UIKit",
"Foundation",
"Security",
"CFNetwork",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics"
],
"libraries": [
"c++",
"sqlite3.0",
"z"
],
"source_files": [
"common/*.{h,m,swift}",
"ReducedWeChat/source/**/*.{h,m,swift}"
],
"vendored_libraries": "ReducedWeChat/lib/libWeChatSDK.a",
"swift_version": "5.0"
}