blob: 87761c95eedae982896815d1eed4ec3647ae4ab2 [file] [log] [blame]
{
"name": "DocX",
"version": "0.0.10",
"summary": "DocX creates .docx file from string",
"description": "This library helps you create docx file and share.",
"homepage": "https://github.com/mahmut-codeway/DocX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mahmut Şahin": "mahmut@codeway.co"
},
"source": {
"git": "https://github.com/mahmut-codeway/DocX.git",
"tag": "0.0.10"
},
"source_files": "DocX/**/*.{h,m,swift}",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"dependencies": {
"AEXML": [
],
"SSZipArchive": [
]
},
"swift_version": "5.0"
}