[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 2 / DDUserDefaultManager / 3.0.1 / DDUserDefaultManager.podspec.json
blobab76004ffdae1b711e0d36efc7d58f56f4c0fd02
2   "name": "DDUserDefaultManager",
3   "swift_versions": "5.0",
4   "version": "3.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "iOS UserDefault data management, iOS UserDefault数据管理",
10   "homepage": "https://github.com/DamonHu/DDUserDefaultManager",
11   "authors": {
12     "DamonHu": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/DDUserDefaultManager.git",
16     "tag": "3.0.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "12.0"
21   },
22   "default_subspecs": "core",
23   "documentation_url": "https://ddceo.com/blog/1289.html",
24   "subspecs": [
25     {
26       "name": "core",
27       "resource_bundles": {
28         "DDUserDefaultManager": [
29           "pod/assets/**/*"
30         ]
31       },
32       "source_files": [
33         "pod/*.swift",
34         "pod/view/*.swift",
35         "pod/vc/*.swift",
36         "pod/model/*.swift"
37       ],
38       "dependencies": {
39         "DDUtils/ui": [
40           "~>5.0.0"
41         ],
42         "SnapKit": [
43           "~>5.0.0"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"