blob: b8bceaa8992130851a39ac6ba8227697c40fd69a [file] [log] [blame]
{
"name": "Glotty",
"version": "0.3.3",
"summary": "Easy and flexible managing of in-app localizations",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SysdataSpA/Glotty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sysdata S.p.A.": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Glotty.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Glotty/Classes/**/*"
},
{
"name": "Blabber",
"dependencies": {
"Glotty/Core": [
],
"Blabber": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
}
}
]
}