[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 10.2.0 / ADUtils.podspec.json
blob90707a11223638a1e7d1cc74f24fd71ea6e225a8
2   "name": "ADUtils",
3   "version": "10.2.0",
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.2.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": [
33         "Modules/ADUtils/*.{h,m,swift}",
34         "Modules/ADUtils_noext/*.{h,m,swift}"
35       ]
36     },
37     {
38       "name": "Swift-ext",
39       "source_files": "Modules/ADUtils/*.{h,m,swift}"
40     },
41     {
42       "name": "objc",
43       "dependencies": {
44         "ADUtils/Swift": [
46         ]
47       },
48       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
49     },
50     {
51       "name": "objc-ext",
52       "dependencies": {
53         "ADUtils/Swift-ext": [
55         ]
56       },
57       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
58     }
59   ],
60   "swift_version": "5.1"