blob: d5e46f7c473888df525862bd37c44b3bfdfcf9ee [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.1.5",
"summary": "一款快速实现微信第三方登录的框架(Swift版)",
"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.1.5"
},
"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"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
],
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}