blob: c58e8add4d13ff0b151161a1891c249b0a334104 [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.4.0",
"summary": "一款快速实现微信第三方登录的框架(Swift4.0版) SDK1.8.2",
"homepage": "https://github.com/Xinguang/WechatKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xinguang": "wechatkit.github.com@kansea.com"
},
"source": {
"git": "https://github.com/Xinguang/WechatKit.git",
"tag": "0.4.0"
},
"documentation_url": "http://Xinguang.github.io/WechatKit/index.html",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SDKExport/*.h",
"WechatKit/*.h",
"WechatKit/*.swift"
],
"vendored_libraries": "SDKExport/libWeChatSDK.a",
"public_header_files": [
"WechatKit/*.h",
"SDKExport/*.h"
],
"frameworks": [
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork",
"UIKit"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}