blob: 48f2a65e85cbbe5a69bc743938366ba23757e0fc [file] [log] [blame]
{
"name": "OHSwiftLocalizedString",
"version": "0.2",
"summary": "String extension for localization",
"description": "String extension for iOS and macOS Application\n\nexample) \"key\".localized",
"homepage": "https://github.com/ocworld/OHSwiftLocalizedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keunhyun Oh": "ocworld@gmail.com"
},
"source": {
"git": "https://github.com/ocworld/OHSwiftLocalizedString.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OHSwiftLocalizedString/Sources/**/*",
"swift_version": "4.2"
}