blob: 1b524f3e03354acb4eddcc138de95b9010a874ad [file] [log] [blame]
{
"name": "LocalizeWiz",
"version": "0.3.0",
"summary": "Real time app localization.",
"swift_versions": "5.0",
"description": "LocalizeWiz is a cloud based localization platform that automates the localization process. Localize all the content in your apps with just a few lines of code. LocalizeWiz also allows you to keep your localizations in sync and update text on the fly without having to create a new version of your app.",
"homepage": "https://localizewiz.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LocalizeWiz": "https://localizewiz.com"
},
"source": {
"git": "https://github.com/localizewiz/wiz-ios-sdk.git",
"tag": "0.3.0"
},
"requires_arc": true,
"module_name": "LocalizeWiz",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.13"
},
"source_files": "LocalizeWiz/Sources/Common/**/*.swift",
"ios": {
"source_files": [
"LocalizeWiz/Sources/Common/**/*.swift",
"LocalizeWiz/Sources/ios/**/*.swift"
],
"frameworks": "UIKit"
},
"tvos": {
"source_files": [
"LocalizeWiz/Sources/Common/**/*.swift",
"LocalizeWiz/Sources/ios/**/*.swift"
],
"frameworks": "TVUIKit"
},
"osx": {
"source_files": [
"LocalizeWiz/Sources/Common/**/*.swift",
"LocalizeWiz/Sources/osx/**/*.swift"
],
"frameworks": "AppKit"
},
"swift_version": "5.0"
}