blob: 84a9a45934685fa4960883e30c225114f6f7bf19 [file] [log] [blame]
{
"name": "SNDocx",
"version": "0.1.1",
"summary": "Extracts the text from the Docx file",
"swift_version": "4.0",
"description": "Extracts the text from the Docx files and converts them into a valuable object that can be used",
"homepage": "https://github.com/ahmedAlmasri/SNDocx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahmedAlmasri": "ahmed.almasri@ymail.com"
},
"source": {
"git": "https://github.com/ahmedAlmasri/SNDocx.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SNDocx/Classes/**/*",
"dependencies": {
"Zippy": [
"~> 0.2.1"
]
}
}