[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 8 / f / 4 / GSLanguagePickerController / 1.2.0 / GSLanguagePickerController.podspec.json
blobfac06f26d915656e0fb4854b4a9152937b17c265
2   "name": "GSLanguagePickerController",
3   "version": "1.2.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   "screenshots": "https://raw.githubusercontent.com/0x5e/GSLanguagePickerController/master/screenshoot.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "gaosen": "0x5e@sina.cn"
14   },
15   "source": {
16     "git": "https://github.com/0x5e/GSLanguagePickerController.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GSLanguagePickerController/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]