[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 6 / d / CDBKit / 1.4.1 / CDBKit.podspec.json
blob012896f6b74c6800aff9cd6f0ed8123835f33313
2   "name": "CDBKit",
3   "version": "1.4.1",
4   "summary": "Bunch of usful defines and types",
5   "description": "Bunch of usful defines and types out of the box.\nUsed for logging, localization, inheritance warnings and more.",
6   "homepage": "https://github.com/truebucha/CDBKit",
7   "license": "MIT",
8   "authors": {
9     "truebucha": "truebucha@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/truebucha/CDBKit.git",
13     "tag": "1.4.1"
14   },
15   "social_media_url": "https://twitter.com/truebucha",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/*.{h,m}",
22   "frameworks": "Foundation",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Classes/Core/**/*"
27     },
28     {
29       "name": "UI",
30       "source_files": "Pod/Classes/UI/**/*",
31       "ios": {
32         "frameworks": "UIKit"
33       },
34       "osx": {
35         "frameworks": "AppKit"
36       }
37     },
38     {
39       "name": "Localize",
40       "source_files": "Pod/Classes/Localize/**/*"
41     }
42   ]