blob: 3cd1d1907a295a49ec0a7f7fbe6e616ec864acf3 [file] [log] [blame]
{
"name": "MM-PoEditor-Parser",
"version": "1.1.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.1.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"
}