blob: 109a1d774a1c401efb47d33c4271d9eb9a8913f5 [file] [log] [blame]
{
"name": "LocalizedStoryboard",
"version": "0.1.3",
"summary": "A simple localization approach for Storyboards.",
"description": "This library includes a subclass for every UIKit control available in Interface Builder.\ni.e: If you replace UILabel with LSLabel in your Storyboard, the \"text\" property will be localized using the current value as a key in the Localizable.strings file.",
"homepage": "https://github.com/juanip027/LocalizedStoryboard",
"license": "MIT",
"authors": {
"juanip027": "juanip027@gmail.com"
},
"source": {
"git": "https://github.com/juanip027/LocalizedStoryboard.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocalizedStoryboard": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}