[Add] VLCKit 4.0.0a9
[CocoaPods.git] / Specs / 5 / 1 / 0 / Translatio / 1.1.0 / Translatio.podspec.json
blobcce47defd0d4b194e3b9108cf3b1c58bbd612943
2   "name": "Translatio",
3   "version": "1.1.0",
4   "summary": "Easily localize your iOS apps with this super lightweight framework.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.\nTranslatio is a library that helps to localize strings in an application. It adds a property and a function to the strings object and provides extensions for the UI elements such as UIButton, UITextField, UITextView, UILabel, UINavigationItem, UIBarButtonItem. The very nice thing is that you can provide the localizable key for the UI element directly from the Interface Builder file (storyboard or xib).",
7   "homepage": "https://github.com/andrealufino/Translatio",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "andrealufino": "andrea.lufino@me.com"
14   },
15   "source": {
16     "git": "https://github.com/andrealufino/Translatio.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Translatio/Classes/**/*",
23   "swift_version": "5.0"