blob: 44b1933643bdda1d30e3789881a2179cf6b16436 [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.2.1",
"summary": "一款快速实现微信第三方登录的框架(Swift3.0版)",
"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.2.1"
},
"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"
}
}