blob: 45cff269bb989387b0d0721198c6c0715d675fa6 [file] [log] [blame]
{
"name": "Translatio",
"version": "0.91.00",
"summary": "Easily localize your iOS apps with this super lightweight framework",
"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).",
"homepage": "https://github.com/andrealufino/Translatio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andrealufino": "andrea.lufino@me.com"
},
"source": {
"git": "https://github.com/andrealufino/Translatio.git",
"tag": "0.91.00"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Translatio/Classes/**/*"
}