blob: df6b10f6a48187737af7ef58ae088395e0d28137 [file] [log] [blame]
{
"name": "Giotto",
"version": "0.3.0",
"summary": "Theme manager for your app: apply styles to anything you want through a plist file",
"description": "SDThemeManager (henceforth called TM) is born mainly with the intention of simplifying and standardizing development of applications that require the rebranding of the GUI.\nThe plist describing a theme must contain a Constants dictionary with all constants, while styles can be arranged as desired in other dictionaries. It contains all constants such as font names, colors, or sizes. Technically it is a one level organized dictionary.\nAt the same level as Constants, other dictionaries can be defined as function groups of graphic styles. Group names are free.",
"homepage": "https://github.com/SysdataSpA/Giotto",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Sysdata S.p.A.": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Giotto.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Giotto/Classes/**/*"
},
{
"name": "Blabber",
"dependencies": {
"Giotto/Core": [
],
"Blabber": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
}
}
]
}