[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / c / XTWebView / 0.1.0 / XTWebView.podspec.json
blob253158194984ea836d710e413ef471debd60b5c7
2   "name": "XTWebView",
3   "version": "0.1.0",
4   "summary": "A custom webview for pay and share with JS.",
5   "description": "A custom webview for pay and share with JS",
6   "homepage": "https://github.com/chaoxiaoyu/XTWebView",
7   "license": "MIT",
8   "authors": {
9     "chaoxiaoyu": "2445879918@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/chaoxiaoyu/XTWebView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "XTWebView/Classes/**/*.{h,m}",
20   "resource_bundles": {
21     "XTWebView": [
22       "XTWebView/Assets/*.png"
23     ]
24   },
25   "public_header_files": "XTWebView/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "AVFoundation",
29     "SystemConfiguration",
30     "JavaScriptCore"
31   ],
32   "dependencies": {
33     "iOS-AlipaySDK": [
34       "3.0.2"
35     ],
36     "MBProgressHUD": [
37       "0.9.2"
38     ],
39     "TencentOpenApiSDK": [
40       "2.9.5"
41     ],
42     "Weixin": [
43       "1.6.2"
44     ]
45   }