[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / d / e / Habanero / 0.2.0 / Habanero.podspec.json
blob8f19b05246d4db9e4597832d49b90fad8eb3a412
2   "name": "Habanero",
3   "version": "0.2.0",
4   "license": {
5     "type": "Apache 2.0",
6     "text": "      Copyright (c) Jarrod Parkes. All rights reserved.\n"
7   },
8   "homepage": "https://jarrodparkes.com",
9   "summary": "A visual components library.",
10   "description": "A library containing visual components.",
11   "authors": {
12     "Jarrod Parkes": "parkesfjarrod@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jarrodparkes/Habanero.git",
16     "tag": "0.2.0",
17     "submodules": true
18   },
19   "swift_versions": [
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "12.0"
24   },
25   "static_framework": true,
26   "source_files": "Habanero/Classes/**/*.{swift}",
27   "dependencies": {
28     "HorizonCalendar": [
29       "1.3.1"
30     ]
31   },
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "resource_bundles": {
37     "Habanero": [
38       "Habanero/Assets/**/*.{xib,xcassets,json,imageset,png,pdf,ttf}",
39       "Habanero/Assets/Localization/*.lproj/*.strings"
40     ]
41   },
42   "swift_version": "5.0"