blob: b096b525b164465051926713f15aab979ef7d6c1 [file] [log] [blame]
{
"name": "SAAuth",
"version": "0.1.0",
"summary": "SAAuth帮你快速的获取QQ、微信等的第三方登陆权限",
"description": " SAAuth设计用来获取第三方登陆权限。把几个常见的社交平台的IOS权限获取封装起来,省去开发者每次都再次开发的痛苦。目前支持QQ和微信,后续后加入其他平台。\n",
"homepage": "https://github.com/yishuiliunian/SAAuth",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/SAAuth.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SAAuth": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DZQQLib": [
],
"DZWeChatLib": [
],
"JSONModel": [
]
}
}