[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 12.2.0 / ADUtils.podspec.json
blob27039bb60e5e87b8bd3acd6fa30dfb16accc8fc4
2   "name": "ADUtils",
3   "version": "12.2.0",
4   "authors": "Fabernovel",
5   "homepage": "https://github.com/faberNovel/ADUtils",
6   "summary": "Fabernovel's toolbox for iOS",
7   "platforms": {
8     "ios": "14.0",
9     "tvos": "14.0"
10   },
11   "license": {
12     "type": "MIT",
13     "text": "Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved."
14   },
15   "source": {
16     "git": "https://github.com/faberNovel/ADUtils.git",
17     "tag": "v12.2.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "default_subspecs": "objc",
25   "swift_versions": [
26     "5.7"
27   ],
28   "subspecs": [
29     {
30       "name": "Swift",
31       "dependencies": {
32         "ADUtils/Privacy": [
34         ]
35       },
36       "source_files": "Modules/ADUtils/*.{h,m,swift}"
37     },
38     {
39       "name": "Security",
40       "dependencies": {
41         "ADUtils/Privacy": [
43         ]
44       },
45       "source_files": "Modules/ADUtils_security/*.{h,m,swift}",
46       "frameworks": "CryptoKit"
47     },
48     {
49       "name": "objc",
50       "dependencies": {
51         "ADUtils/Swift": [
53         ]
54       },
55       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
56     },
57     {
58       "name": "Privacy",
59       "resource_bundles": {
60         "ADUtilsPrivacy": [
61           "Modules/PrivacyInfo.xcprivacy"
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.7"