[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / 8 / b / c / SwiftAppUtils / 1.0.9.7 / SwiftAppUtils.podspec.json
blob9a5aea3f932a5c3c98de003ec646fa89eaa5a961
2   "name": "SwiftAppUtils",
3   "version": "1.0.9.7",
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.7"
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": "Core",
27       "source_files": "SwiftAppUtils/Core/**/*.swift"
28     },
29     {
30       "name": "UIKitUtils",
31       "source_files": "SwiftAppUtils/UIKitUtils/**/*.swift",
32       "dependencies": {
33         "SwiftAppUtils/Core": [
35         ]
36       },
37       "pod_target_xcconfig": {
38         "OTHER_SWIFT_FLAGS": "-D APP_UIKitUtils"
39       }
40     },
41     {
42       "name": "SwiftUIUtils",
43       "platforms": {
44         "ios": "13.0"
45       },
46       "source_files": "SwiftAppUtils/SwiftUIUtils/**/*.swift",
47       "dependencies": {
48         "SwiftAppUtils/Core": [
50         ]
51       },
52       "pod_target_xcconfig": {
53         "OTHER_SWIFT_FLAGS": "-D APP_SwiftUIUtils"
54       },
55       "frameworks": "SwiftUI"
56     }
57   ],
58   "swift_version": "5.0"