blob: 42ba0b0ddf54807265249f9e8b575bdf47d862f9 [file] [log] [blame]
{
"name": "CactusLocalization",
"version": "0.1.0",
"summary": "A simple wrapper around NSLocalizedString",
"description": "CactusLocalization is a simple wrapper for NSLocalizedString with a swiftier synthax. It uses the same Localizable.strings file, so you don't need to restructure your project.",
"homepage": "https://github.com/PoltoraIvana/LocusPocus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PoltoraIvana": "ivan.sobolevskiy@cactussoft.biz"
},
"source": {
"git": "https://github.com/CactusSoft/Cactus-Localization.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LocusPocus/Classes/**/*",
"pushed_with_swift_version": "4.0"
}