[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / e / 7 / d / SNDocx / 0.1.0 / SNDocx.podspec.json
blob43a18920d768144555ac1e8677ab5fc81a3a2ec5
2   "name": "SNDocx",
3   "version": "0.1.0",
4   "summary": "Extracts the text from the Docx file",
5   "swift_version": "4.0",
6   "description": "Extracts the text from the Docx files and converts them into a valuable object that can be used",
7   "homepage": "https://github.com/ahmedAlmasri/SNDocx",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ahmedAlmasri": "ahmed.almasri@ymail.com"
14   },
15   "source": {
16     "git": "https://github.com/ahmedAlmasri/SNDocx.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SNDocx/Classes/**/*",
23   "dependencies": {
24     "Zippy": [
25       "~> 0.2.1"
26     ]
27   }