[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 8 / b / c / SwiftAppUtils / 1.0.7.6 / SwiftAppUtils.podspec.json
blob615b2f00ad1f569b7b196ecc81d64d782df8f9fd
2   "name": "SwiftAppUtils",
3   "version": "1.0.7.6",
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.6"
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       "pod_target_xcconfig": {
29         "OTHER_SWIFT_FLAGS": "-D APP_EXTENSION"
30       }
31     },
32     {
33       "name": "Core",
34       "source_files": "LQAppUtils/Core/**/*.swift",
35       "pod_target_xcconfig": {
36         "OTHER_SWIFT_FLAGS": "-D APP_CORE"
37       }
38     },
39     {
40       "name": "MVVM",
41       "source_files": "LQAppUtils/MVVM/**/*.swift",
42       "dependencies": {
43         "SwiftAppUtils/Core": [
45         ]
46       }
47     },
48     {
49       "name": "UIUtils",
50       "source_files": "LQAppUtils/UIUtils/**/*.swift",
51       "dependencies": {
52         "SwiftAppUtils/Core": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"