[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 8 / Glotty / 0.3.1 / Glotty.podspec.json
blob579e83f02b348816cf73fdf776f503b942180cc7
2   "name": "Glotty",
3   "version": "0.3.1",
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.3.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Glotty/Classes/**/*"
26     },
27     {
28       "name": "Blabber",
29       "dependencies": {
30         "Glotty/Core": [
32         ],
33         "Blabber": [
35         ]
36       },
37       "xcconfig": {
38         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
39       }
40     }
41   ]