{ | |
"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": [ | |
] | |
} | |
} |