[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / c / SwiftAppUtils / 1.0.7.1 / SwiftAppUtils.podspec.json
blobd3bb4e795b1c1c76b21dc30104749e93803f097e
2   "name": "SwiftAppUtils",
3   "version": "1.0.7.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "Quan Li": "1083099465@qq.com"
10   },
11   "summary": "Extensions, base classes, tools commonly used in iOS development",
12   "description": "LQAppUtils contains UI utils, common tool classes, MVVM framework, etc.",
13   "homepage": "https://github.com/LqDeveloper/SwiftAppUtils",
14   "source": {
15     "git": "https://github.com/LqDeveloper/SwiftAppUtils.git",
16     "tag": "1.0.7.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "cocoapods_version": ">= 1.4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "LQAppUtils/Core/**/*.swift",
29       "frameworks": [
30         "Foundation",
31         "UIKit",
32         "WebKit",
33         "Security"
34       ]
35     },
36     {
37       "name": "Extension",
38       "source_files": "LQAppUtils/Core/Extension/*.swift",
39       "frameworks": [
40         "Foundation",
41         "UIKit",
42         "WebKit",
43         "Security"
44       ]
45     },
46     {
47       "name": "MVVM",
48       "source_files": "LQAppUtils/MVVM/**/*.swift",
49       "dependencies": {
50         "LQAppUtils/Core": [
52         ]
53       }
54     },
55     {
56       "name": "UIUtils",
57       "source_files": "LQAppUtils/UIUtils/**/*.swift",
58       "dependencies": {
59         "LQAppUtils/Core": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"