[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / a / EPUBKit / 0.3.1 / EPUBKit.podspec.json
blob237ac585eac285d6ca6ac7548bb5947ffbea86e8
2   "name": "EPUBKit",
3   "version": "0.3.1",
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   "swift_version": "4.2",
13   "source": {
14     "git": "https://github.com/witekbobrowski/EPUBKit.git",
15     "tag": "0.3.1"
16   },
17   "source_files": [
18     "Sources/*.{h,swift}",
19     "Sources/**/*.swift"
20   ],
21   "platforms": {
22     "ios": "9.3",
23     "osx": "10.10",
24     "tvos": "9.0"
25   },
26   "dependencies": {
27     "Zip": [
29     ],
30     "AEXML": [
32     ]
33   }