[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / d / ByronWeChat / 0.1.2 / ByronWeChat.podspec.json
blob403fbdf2bddbef6c544bd319f7f9f608b27bde60
2   "name": "ByronWeChat",
3   "version": "0.1.2",
4   "summary": "集成微信授权登录、微信分享功能",
5   "description": "集成微信授权登录、微信分享功能,方便在开发过程过重复使用和更新",
6   "homepage": "https://gitee.com/PodWareHouse/ByronWeChatPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "byron": "1071210272@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/PodWareHouse/ByronWeChatPod.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ByronWeChat/Classes/**/*",
22   "static_framework": true,
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "WechatOpenSDK": [
29       "~> 1.8.7.1"
30     ],
31     "AFNetworking": [
32       "~> 4.0.1"
33     ]
34   }