[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / c / SwiftAppUtils / 1.0.7.5 / SwiftAppUtils.podspec.json
blobe35fd27d0c838b9e7a3ef4682297b78623c72831
2   "name": "SwiftAppUtils",
3   "version": "1.0.7.5",
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.5"
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": "AppExtension",
28       "source_files": "LQAppUtils/Core/**/*.swift",
29       "pod_target_xcconfig": {
30         "OTHER_SWIFT_FLAGS": "-D APP_EXTENSION"
31       }
32     },
33     {
34       "name": "Core",
35       "source_files": "LQAppUtils/Core/**/*.swift",
36       "frameworks": [
37         "Foundation",
38         "UIKit",
39         "WebKit",
40         "Security"
41       ],
42       "pod_target_xcconfig": {
43         "OTHER_SWIFT_FLAGS": "-D APP_CORE"
44       }
45     },
46     {
47       "name": "MVVM",
48       "source_files": "LQAppUtils/MVVM/**/*.swift",
49       "dependencies": {
50         "SwiftAppUtils/Core": [
52         ]
53       }
54     },
55     {
56       "name": "UIUtils",
57       "source_files": "LQAppUtils/UIUtils/**/*.swift",
58       "dependencies": {
59         "SwiftAppUtils/Core": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"