blob: 96876c95b02880be13bac614244cc5cf5e7c8463 [file] [log] [blame]
{
"name": "Habanero",
"version": "0.4.8",
"license": {
"type": "Apache 2.0",
"text": " Copyright (c) Jarrod Parkes. All rights reserved.\n"
},
"homepage": "https://jarrodparkes.com",
"summary": "A visual components library.",
"description": "A library containing visual components.",
"authors": {
"Jarrod Parkes": "parkesfjarrod@gmail.com"
},
"source": {
"git": "https://github.com/jarrodparkes/Habanero.git",
"tag": "0.4.8",
"submodules": true
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "12.0"
},
"static_framework": true,
"source_files": "Habanero/Classes/**/*.{swift}",
"dependencies": {
"HorizonCalendar": [
"1.3.1"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"resource_bundles": {
"Habanero": [
"Habanero/Assets/**/*.{xib,xcassets,json,imageset,png,pdf,ttf}",
"Habanero/Assets/Localization/*.lproj/*.strings"
]
},
"swift_version": "5.0"
}