blob: 2081fa4a7c7a4699e5ca4a78d43aae1c72588937 [file] [log] [blame]
{
"name": "LocalizableControlsKit",
"version": "0.0.2",
"summary": "Extracted basic UIKit controls with easy support for localized strings",
"description": "Extracted basic UIKit controls with easy support for localized strings.\nUse this framework and avoid adding reusable components to your project.\nFeel free to extending this pod with additional controls if needed.",
"homepage": "http://localizable.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lozinski Pawel": "palozinski@gmail.com"
},
"source": {
"git": "https://github.com/palozinski/LocalizableControlsKit.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"LocalizableControlsKit/Sources/**/*.swift"
],
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1"
}