[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / e / CSCPayTool / 0.1.0 / CSCPayTool.podspec.json
blobb3f3d49b1df7b9c46f7618aebc0f4de073f7da73
2   "name": "CSCPayTool",
3   "version": "0.1.0",
4   "summary": "微信,支付宝支付",
5   "description": "微信支付宝支付封装",
6   "homepage": "https://github.com/lyuxxx/CSCPayTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lyuxxx": "lyxiel@163.com"
13   },
14   "source": {
15     "git": "https://github.com/lyuxxx/CSCPayTool.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CSCPayTool/*.{h,m}",
22   "public_header_files": "CSCPayTool/CSCPayTool.h",
23   "requires_arc": true,
24   "dependencies": {
25     "XXWeChatSDK": [
27     ],
28     "XXAlipaySDK": [
30     ]
31   }