[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 8 / d / ADUtils / 7.0.2 / ADUtils.podspec.json
blobd8b717a011dc0597966f6de83bf4a3065db3ed7c
2   "name": "ADUtils",
3   "version": "7.0.2",
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": "v7.0.2"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Swift",
27       "source_files": "Modules/ADUtils/*.{h,m,swift}"
28     },
29     {
30       "name": "objc",
31       "dependencies": {
32         "ADUtils/Swift": [
34         ]
35       },
36       "source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
37     }
38   ]