blob: 613ea88cbbfa07637e880118766f0da007184efd [file] [log] [blame]
{
"name": "SocialSDKs_Swift_WeChat",
"version": "0.1.0",
"summary": "微信原生SDK(带支付)动态库",
"description": "基于WeChatSDK1.8.5(包含支付功能)动态库封装",
"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.0"
},
"platforms": {
"ios": "8.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}",
"WeChat/source/**/*.{h,m}"
],
"vendored_libraries": "WeChat/lib/libWeChatSDK.a",
"module_map": "WeChat/source/module.modulemap"
}