[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / 6 / 8 / Glotty / 0.1.0 / Glotty.podspec.json
blobda8160646697be836d4d9bffd50a50c6f3d0d016
2   "name": "Glotty",
3   "version": "0.1.0",
4   "summary": "Easy and flexible managing of in-app localizations",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SysdataSpA/Glotty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sysdata S.p.A.": "team.mobile@sysdata.it"
13   },
14   "source": {
15     "git": "https://github.com/SysdataSpA/Glotty.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Glotty/Classes/**/*"
27     },
28     {
29       "name": "Blabber",
30       "dependencies": {
31         "Glotty/Core": [
33         ],
34         "Blabber": [
36         ]
37       },
38       "xcconfig": {
39         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
40       }
41     }
42   ]