[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / a / EPUBKit / 0.2.2 / EPUBKit.podspec.json
blob59b12d0757c8e35960999eb439da32fdd869f694
2   "name": "EPUBKit",
3   "version": "0.2.2",
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.2"
19   },
20   "source_files": [
21     "EPUBKit/*.{h,swift}",
22     "EPUBKit/**/*.swift"
23   ],
24   "libraries": "z",
25   "dependencies": {
26     "Zip": [
28     ],
29     "AEXML": [
31     ]
32   }