[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / c / SwiftAppUtils / 1.0.9.4 / SwiftAppUtils.podspec.json
bloba1454c8d8eead910748fedf136dcf1cc3d882afe
2   "name": "SwiftAppUtils",
3   "version": "1.0.9.4",
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.9.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "AppExtension",
27       "source_files": "LQAppUtils/Core/**/*.swift"
28     },
29     {
30       "name": "Core",
31       "source_files": "LQAppUtils/Core/**/*.swift",
32       "pod_target_xcconfig": {
33         "OTHER_SWIFT_FLAGS": "-D APP_CORE"
34       }
35     },
36     {
37       "name": "MVVM",
38       "source_files": "LQAppUtils/MVVM/**/*.swift",
39       "dependencies": {
40         "SwiftAppUtils/Core": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"