[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / f / 6 / FineEpub / 0.1.0-beta6 / FineEpub.podspec.json
blobdc60a4a1f4ee2b16d890463823d837035168aa1a
2   "name": "FineEpub",
3   "version": "0.1.0-beta6",
4   "summary": "A Simple pub reader writer in Swift.",
5   "description": "A Simple pub reader writer in Swift and use javascript and css to show epubs.",
6   "homepage": "https://github.com/mehdok/iOSFineEpub",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mehdi Sohrabi": "mehdok@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mehdok/iOSFineEpub.git",
16     "tag": "0.1.0-beta6"
17   },
18   "pod_target_xcconfig": {
19     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "FineEpub/Classes/**/*",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "Fuzi": [
28       "~> 2.0.2"
29     ],
30     "objective-zip": [
31       "~> 1.0.5"
32     ],
33     "SwiftSoup": [
35     ]
36   }