[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / 2 / KKWechatPayHelper / 1.0.0 / KKWechatPayHelper.podspec.json
blob61655693673795577c05f9404802dcf578c45fc2
2   "name": "KKWechatPayHelper",
3   "version": "1.0.0",
4   "summary": "KKWechatPayHelper is a Tool for Wechat Pay.",
5   "description": "KKWechatPayHelper is a Tool for Wechat Pay,Convenient and Fast Inheritance of Payment Function.",
6   "homepage": "https://github.com/BradBin/KKWechatPayHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BradBin": "820280738@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/BradBin/KKWechatPayHelper.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KKWechatPayHelper/Classes/**/*.{h,m}",
22   "public_header_files": "KKWechatPayHelper/Classes/**/*.h",
23   "requires_arc": true,
24   "static_framework": true,
25   "dependencies": {
26     "WechatOpenSDK": [
27       "~> 1.8.4"
28     ]
29   }