[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 9.4.0 / ADUtils.podspec.json
blob2b99f5c3f7a107d063329b7197fe397a040e0f0a
2   "name": "ADUtils",
3   "version": "9.4.0",
4   "authors": "Applidium",
5   "homepage": "http://applidium.com",
6   "summary": "Applidium's toolbox for iOS",
7   "platforms": {
8     "ios": "8.1",
9     "tvos": "9.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": "v9.4.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "default_subspecs": "objc",
25   "subspecs": [
26     {
27       "name": "Swift",
28       "source_files": [
29         "Modules/ADUtils/*.{h,m,swift}",
30         "Modules/ADUtils_noext/*.{h,m,swift}"
31       ]
32     },
33     {
34       "name": "Swift-ext",
35       "source_files": "Modules/ADUtils/*.{h,m,swift}"
36     },
37     {
38       "name": "objc",
39       "dependencies": {
40         "ADUtils/Swift": [
42         ]
43       },
44       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
45     },
46     {
47       "name": "objc-ext",
48       "dependencies": {
49         "ADUtils/Swift-ext": [
51         ]
52       },
53       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
54     }
55   ]