blob: f489da16488303e6dcdafe5d0927114c4cec595c [file] [log] [blame]
{
"name": "POEditor-Parser",
"version": "1.0.0",
"summary": "`POEditor-Parser` generates a swift file with an input strings file from POEditor",
"description": "`POEditor-Parser` generates a swift file with an input strings file from POEditor.",
"homepage": "https://github.com/bq/poeditor-parser-swift",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"bq": "info@bq.com"
},
"source": {
"git": "https://github.com/bq/poeditor-parser-swift.git",
"tag": "v1.0.0"
},
"social_media_url": "https://twitter.com/bqreaders",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/",
"public_header_files": "Sources/POEditorParser.h",
"preserve_paths": [
"bin/poe"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2",
"static_framework": true
}