[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 12.1.1 / ADUtils.podspec.json
blobbe733bfc6e1a96be0e94bd47725626508e350e0a
2   "name": "ADUtils",
3   "version": "12.1.1",
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.1.1"
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       "source_files": "Modules/ADUtils/*.{h,m,swift}"
32     },
33     {
34       "name": "Security",
35       "source_files": "Modules/ADUtils_security/*.{h,m,swift}",
36       "frameworks": "CryptoKit"
37     },
38     {
39       "name": "objc",
40       "dependencies": {
41         "ADUtils/Swift": [
43         ]
44       },
45       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
46     }
47   ],
48   "swift_version": "5.7"