[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 3 / a / EPUBKit / 0.2.0 / EPUBKit.podspec.json
blobdd93df7d244d5069397722c85c09c4b6cafad6ae
2   "name": "EPUBKit",
3   "version": "0.2.0",
4   "summary": "📚 A simple swift library for parsing EPUB documents.",
5   "description": "EPUBKit is a lightweight library designed for parsing EPUB documents.",
6   "homepage": "https://github.com/witekbobrowski/EPUBKit",
7   "license": "MIT",
8   "authors": {
9     "witekbobrowski": "witek@bobrowski.com.pl"
10   },
11   "social_media_url": "https://github.com/witekbobrowski",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_version": "4.0",
16   "source": {
17     "git": "https://github.com/witekbobrowski/EPUBKit.git",
18     "tag": "0.2.0"
19   },
20   "source_files": [
21     "EPUBKit/*.{h,swift}",
22     "EPUBKit/**/*.swift"
23   ],
24   "libraries": "z",
25   "dependencies": {
26     "Zip": [
28     ],
29     "AEXML": [
31     ]
32   }