blob: 9ed26d45575f48ef1f920ff71079fc2c06f802c7 [file] [log] [blame]
{
"name": "TWLocalize",
"version": "0.0.1",
"summary": "Easy Localizations for iOS written in Swift",
"description": "Easy Localizations written in Swift.\nNo longer use NSLocalizedString(key:comment:) or Strings files per language.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Wolters": "t.wolters@live.nl"
},
"homepage": "https://github.com/tom-wolters/TWLocalize",
"social_media_url": "https://twitter.com/Tom_Wolters",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source": {
"git": "https://github.com/tom-wolters/TWLocalize.git",
"tag": "0.0.1"
},
"source_files": "TWLocalize/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}