[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / e / 7 / 5 / SAAuth / 0.1.0 / SAAuth.podspec.json
blobb096b525b164465051926713f15aab979ef7d6c1
2   "name": "SAAuth",
3   "version": "0.1.0",
4   "summary": "SAAuth帮你快速的获取QQ、微信等的第三方登陆权限",
5   "description": "                       SAAuth设计用来获取第三方登陆权限。把几个常见的社交平台的IOS权限获取封装起来,省去开发者每次都再次开发的痛苦。目前支持QQ和微信,后续后加入其他平台。\n",
6   "homepage": "https://github.com/yishuiliunian/SAAuth",
7   "license": "MIT",
8   "authors": {
9     "stonedong": "yishuiliunian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yishuiliunian/SAAuth.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SAAuth": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "DZQQLib": [
28     ],
29     "DZWeChatLib": [
31     ],
32     "JSONModel": [
34     ]
35   }