blob: 0a556170e3a51a9804e70ce564ca6e24c238029e [file] [log] [blame]
{
"name": "MM-PoEditor-Parser",
"version": "1.2.0",
"summary": "`MM-PoEditor-Parser` generates a swift file with an input strings file from POEditor",
"description": "`MM-PoEditor-Parser` generates a swift file with an input strings file from POEditor.",
"homepage": "https://github.com/masmovil/poeditor-parser-swift",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"MásMóvil": "info@grupomasmovil.com"
},
"source": {
"git": "https://github.com/masmovil/poeditor-parser-swift.git",
"tag": "v1.2.0"
},
"social_media_url": "https://twitter.com/masmovil",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/",
"exclude_files": [
"Sources/main.swift"
],
"public_header_files": "Sources/POEditorParser.h",
"preserve_paths": [
"bin/poe"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_versions": "4.2",
"static_framework": true,
"swift_version": "4.2"
}