[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / b / 8 / 4 / ReWebKit / 0.1.1 / ReWebKit.podspec.json
blob7e31fd7a180d3120c68c6e6db4590371cf235bec
2   "name": "ReWebKit",
3   "version": "0.1.1",
4   "summary": "A simple webkit combined with RxSwift",
5   "homepage": "https://github.com/jiwonsis/ReWebKit",
6   "authors": {
7     "Scott Moon": "interactord@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/jiwonsis/ReWebKit.git",
11     "tag": "0.1.1"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source_files": "Sources/ReWebKit/**/*",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       ">= 4.4.0"
26     ],
27     "RxCocoa": [
28       ">= 4.4.0"
29     ]
30   },
31   "platforms": {
32     "ios": "11.0"
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "4.2"
36   }