[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 8 / a / epubparser / 1.0.1 / epubparser.podspec.json
blob9ca4f1fabbebf5a3e6fe9386b08f34dd6b1182c8
2   "name": "epubparser",
3   "version": "1.0.1",
4   "summary": "EPUB parser for iOS",
5   "description": "Provides support for JXL files in iOS and MacOS",
6   "homepage": "https://github.com/awxkee/epubparser",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "username": "radzivon.bartoshyk@proton.me"
13   },
14   "source": {
15     "git": "https://github.com/awxkee/epubparser.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources/epubparser/*.{swift,h,m,cpp,mm,hpp}",
22   "swift_versions": [
23     "5.3",
24     "5.4",
25     "5.5"
26   ],
27   "frameworks": [
28     "Foundation",
29     "CoreGraphics",
30     "Accelerate"
31   ],
32   "libraries": "c++",
33   "dependencies": {
34     "AEXML": [
36     ],
37     "ZIPFoundation": [
39     ],
40     "SwiftSoup": [
42     ]
43   },
44   "requires_arc": true,
45   "swift_version": "5.5"