blob: 4cba6b9bd007bbfd082a4d8494b59d7a6e04d5da [file] [log] [blame]
{
"name": "LocalizedStoryboard",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocalizedStoryboard": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}