[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 9 / d / ByronWeChat / 1.0.0 / ByronWeChat.podspec.json
blobe01badf48e2b29d3eb6c95a092a88e749ac49daf
2   "name": "ByronWeChat",
3   "version": "1.0.0",
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": "1.0.0"
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   }