[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 4 / b / DDWebVC / 1.0.1 / DDWebVC.podspec.json
blob10bb31e63658825afb22107fb76095fb034686f1
2   "name": "DDWebVC",
3   "version": "1.0.1",
4   "summary": "自定义的网页控制器 DDWebVC.",
5   "description": "根据自己的需求的制作的网页加载控制器, 方便自己维护",
6   "homepage": "https://github.com/DDKit/DDWebVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DD": "duanchanghe@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DDKit/DDWebVC.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DDWebVC/Classes/**/*",
22   "resource_bundles": {
23     "DDWebVC": [
24       "DDWebVC/Assets/dd_img.bundle/*.png"
25     ]
26   },
27   "swift_version": "4.0",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "Alamofire": [
32     ],
33     "SVProgressHUD": [
35     ],
36     "Hue": [
38     ],
39     "SwiftyJSON": [
41     ],
42     "SnapKit": [
44     ],
45     "ReachabilitySwift": [
47     ],
48     "RxSwift": [
50     ],
51     "RxCocoa": [
53     ],
54     "DeviceKit": [
56     ],
57     "SwiftDate": [
59     ],
60     "CryptoSwift": [
62     ]
63   }