blob: e6852499ed877df25da69a76d917059c173e85b4 [file] [log] [blame]
{
"name": "UIKitLocalizedString",
"version": "0.1.0",
"summary": "A library that allows getting localized strings already localized in UIKit.",
"description": "A library that allows getting localized strings already localized in UIKit. This lets you avoid having to",
"homepage": "https://github.com/hughbe/UIKitLocalizedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hugh Bellamy": "hughbellars@gmail.com"
},
"source": {
"git": "https://github.com/hughbe/UIKitLocalizedString.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/*",
"frameworks": "UIKit"
}