[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 11.4.0 / ADUtils.podspec.json
blobd1f13a0d2e00ac00c176a016cb5fd25be3ca91ed
2   "name": "ADUtils",
3   "version": "11.4.0",
4   "authors": "Fabernovel",
5   "homepage": "https://github.com/faberNovel/ADUtils",
6   "summary": "Fabernovel's toolbox for iOS",
7   "platforms": {
8     "ios": "10.0",
9     "tvos": "10.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": "v11.4.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "default_subspecs": "objc",
25   "swift_versions": [
26     "5.0",
27     "5.1"
28   ],
29   "subspecs": [
30     {
31       "name": "Swift",
32       "source_files": "Modules/ADUtils/*.{h,m,swift}"
33     },
34     {
35       "name": "Security",
36       "source_files": "Modules/ADUtils_security/*.{h,m,swift}",
37       "frameworks": "CryptoKit"
38     },
39     {
40       "name": "objc",
41       "dependencies": {
42         "ADUtils/Swift": [
44         ]
45       },
46       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
47     }
48   ],
49   "swift_version": "5.1"