blob: f9ab03e62d89652d0137fe2142bdafab7bc7a3c0 [file] [log] [blame]
{
"name": "WXAuthTool",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "WXAuthTool/*.{h,m}",
"public_header_files": "WXAuthTool/WXAuthTool.h",
"requires_arc": true,
"dependencies": {
"XXWeChatSDK": [
]
}
}