[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 11.0.0 / ADUtils.podspec.json
blob19e04729c552ea3b54dd55ca400025a4bcf1143c
2   "name": "ADUtils",
3   "version": "11.0.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.0.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": "objc",
36       "dependencies": {
37         "ADUtils/Swift": [
39         ]
40       },
41       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
42     }
43   ],
44   "swift_version": "5.1"