[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 6 / SNKit / 1.1.4 / SNKit.podspec.json
blob73736da4306f6976bf4a4e678ef93901b005aef1
2   "name": "SNKit",
3   "version": "1.1.4",
4   "summary": "Provides some useful classes, structs and extensions.",
5   "description": "SNKit is a collection of useful classes, structs and extensions.",
6   "homepage": "https://gitee.com/ningmengdev/SNKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ningmeng": "ningmengdev@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ningmengdev/SNKit.git",
16     "tag": "1.1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "subspecs": [
28     {
29       "name": "Base",
30       "source_files": "SNKit/Classes/Base/**/*"
31     },
32     {
33       "name": "Extension",
34       "source_files": "SNKit/Classes/Extension/**/*"
35     },
36     {
37       "name": "Networking",
38       "source_files": "SNKit/Classes/Networking/**/*",
39       "dependencies": {
40         "Moya": [
42         ]
43       }
44     },
45     {
46       "name": "View",
47       "source_files": "SNKit/Classes/View/**/*",
48       "resource_bundles": {
49         "SNProgressHUD": [
50           "SNKit/Assets/SNProgressHUD.xcassets"
51         ]
52       },
53       "dependencies": {
54         "DZNEmptyDataSet": [
56         ],
57         "MBProgressHUD": [
59         ],
60         "MJRefresh": [
62         ]
63       }
64     },
65     {
66       "name": "Controller",
67       "source_files": "SNKit/Classes/Controller/**/*"
68     },
69     {
70       "name": "Utils",
71       "source_files": "SNKit/Classes/Utils/**/*"
72     }
73   ],
74   "swift_version": "5.0"