[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / f / 4 / GSLanguagePickerController / 1.1.0 / GSLanguagePickerController.podspec.json
blob398c16baf13fbf951c7e66f9826c8e07f09c80be
2   "name": "GSLanguagePickerController",
3   "version": "1.1.0",
4   "summary": "Support in-app runtime language switch, without application relaunch.",
5   "description": "GSLanguagePickerController is the imitate version of `Settings > General > Language & Region > iPhone Langage` ViewController. Support dynamic language switch, without application relaunch. The localizedString comes from `UIKit.framework/*.lproj` & `NSLocale`, no additional resources required.",
6   "homepage": "https://github.com/0x5e/GSLanguagePickerController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaosen": "0x5e@sina.cn"
13   },
14   "source": {
15     "git": "https://github.com/0x5e/GSLanguagePickerController.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GSLanguagePickerController/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]