blob: 5bdc9d33a15e7d614c0756c62b6344c7d2b92d9e [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.3.4",
"summary": "一款快速实现微信第三方登录的框架(Swift3.0版) SDK1.8.0",
"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.3.4"
},
"documentation_url": "http://Xinguang.github.io/WechatKit/index.html",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SDKExport/*.h",
"WechatKit/*"
],
"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"
},
"pushed_with_swift_version": "3.0"
}