blob: 8cca397a639a63c87008c30e8c3241e848b5bb74 [file] [log] [blame]
{
"name": "WXAuthTool",
"version": "0.1.0",
"summary": "微信登录",
"description": "微信登录工具类",
"homepage": "https://github.com/lyuxxx/WXAuthTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lyuxxx": "lyxiel@163.com"
},
"source": {
"git": "https://github.com/lyuxxx/WXAuthTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "WXAuthTool/*.{h,m}",
"public_header_files": "WXAuthTool/WXAuthTool.h",
"requires_arc": true,
"dependencies": {
"XXWeChatSDK": [
]
}
}