[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 10.0.1 / ADUtils.podspec.json
blob0976b5148feae2d523e49d40d0a8f9bcc91e119c
2   "name": "ADUtils",
3   "version": "10.0.1",
4   "authors": "Applidium",
5   "homepage": "http://applidium.com",
6   "summary": "Applidium'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/applidium/ADUtils.git",
17     "tag": "v10.0.1"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "default_subspecs": "objc",
25   "swift_versions": "4.2",
26   "swift_version": "4.2",
27   "subspecs": [
28     {
29       "name": "Swift",
30       "source_files": [
31         "Modules/ADUtils/*.{h,m,swift}",
32         "Modules/ADUtils_noext/*.{h,m,swift}"
33       ]
34     },
35     {
36       "name": "Swift-ext",
37       "source_files": "Modules/ADUtils/*.{h,m,swift}"
38     },
39     {
40       "name": "objc",
41       "dependencies": {
42         "ADUtils/Swift": [
44         ]
45       },
46       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
47     },
48     {
49       "name": "objc-ext",
50       "dependencies": {
51         "ADUtils/Swift-ext": [
53         ]
54       },
55       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
56     }
57   ]