[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / 2 / EpubExtractor / 0.2.1 / EpubExtractor.podspec.json
blob99ba1f99749b17fbd691e3ac3226d36666ed4425
2   "name": "EpubExtractor",
3   "version": "0.2.1",
4   "summary": "iOS library to extract epubs",
5   "description": "This library offers a light, efficent and easy to use interface to extract and parse epubs 2 or 3",
6   "homepage": "https://github.com/f-meloni/EpubExtractor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "f-meloni": "franco.meloni91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/f-meloni/EpubExtractor.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EpubExtractor/Classes/**/*",
22   "dependencies": {
23     "SSZipArchive": [
24       "~> 2.1"
25     ],
26     "AEXML": [
27       "~> 4.3"
28     ]
29   },
30   "swift_version": "4.2"