blob: c885b8b4d24839efc75a927e24c7194c98f5bee1 [file] [log] [blame]
{
"name": "Giotto",
"version": "0.1.0",
"summary": "Theme manager for your app: apply styles to anything you want through a plist file",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SysdataSpA/Giotto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sysdata S.p.A.": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Giotto.git",
"tag": "0.1.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"
}
}
]
}