blob: 93f3e566dc328aa8e9ab1d89231c2de94bc66587 [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.3.0",
"summary": "一款快速实现微信第三方登录的框架(Swift3.0版) SDK1.7.6",
"homepage": "https://github.com/starboychina/WechatKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"starboychina": "wechatkit.github.com@kansea.com"
},
"source": {
"git": "https://github.com/starboychina/WechatKit.git",
"tag": "0.3.0"
},
"documentation_url": "http://starboychina.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",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"pushed_with_swift_version": "3.0"
}