blob: e6c0a2629c7a278fc8ea9d89c7e7ead963f33291 [file] [log] [blame]
{
"name": "WechatKit",
"version": "0.0.2",
"summary": "一款快速实现微信认证的framework written in 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.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SDKExport/*",
"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"
]
}
}