[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / d / 2 / EpubExtractor / 0.1.1 / EpubExtractor.podspec.json
blobe33d9d6444f1426ec96d77b3fdc48771ac674e0f
2   "name": "EpubExtractor",
3   "version": "0.1.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.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EpubExtractor/Classes/**/*",
22   "dependencies": {
23     "SSZipArchive": [
24       "~> 1.7"
25     ],
26     "AEXML": [
27       "~> 4.0.2"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"