[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / a / 8 / LQAppUtils / 1.3.0 / LQAppUtils.podspec.json
blob501962c3df1f7529f4f9262563476dcc5457de25
2   "name": "LQAppUtils",
3   "version": "1.3.0",
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/lqIphone/LQAppUtils",
14   "source": {
15     "git": "https://github.com/lqIphone/LQAppUtils.git",
16     "tag": "1.3.0"
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         "Security",
33         "WebKit",
34         "LocalAuthentication"
35       ]
36     },
37     {
38       "name": "MVVM",
39       "source_files": "LQAppUtils/MVVM/**/*.swift",
40       "dependencies": {
41         "LQAppUtils/Core": [
43         ]
44       }
45     },
46     {
47       "name": "UIUtils",
48       "source_files": "LQAppUtils/UIUtils/**/*.swift",
49       "dependencies": {
50         "LQAppUtils/Core": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"