[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 7 / 8 / c / YHLanguageSetting / 0.2.0 / YHLanguageSetting.podspec.json
blob537317219976897312e722d07933628df4b7d471
2   "name": "YHLanguageSetting",
3   "version": "0.2.0",
4   "summary": "语言设置",
5   "description": "语言设置。",
6   "homepage": "https://github.com/suweiz19890921/YHLanguageSetting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "李傲": "814325429@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/suweiz19890921/YHLanguageSetting.git",
19     "tag": "0.2.0"
20   },
21   "subspecs": [
22     {
23       "name": "Setting",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "source_files": "YHLanguageSetting/YHLanguageSetting.{h,m}",
28       "public_header_files": "YHLanguageSetting/YHLanguageSetting.h",
29       "dependencies": {
30         "MBProgressHUD": [
32         ],
33         "GZIP": [
35         ]
36       }
37     },
38     {
39       "name": "UI",
40       "platforms": {
41         "ios": "8.0"
42       },
43       "source_files": "YHLanguageSetting/LanguageSettingViewController.{h,m}",
44       "public_header_files": "YHLanguageSetting/LanguageSettingViewController.h",
45       "dependencies": {
46         "YHLanguageSetting/Setting": [
48         ]
49       }
50     }
51   ]