[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 9 / e / RxCallKit / 0.1.1 / RxCallKit.podspec.json
blobeddccb98d4fa28cdd32594d1c1eccaf380c7c8bc
2   "name": "RxCallKit",
3   "version": "0.1.1",
4   "summary": "Reactive extension for CallKit.",
5   "description": "RxCallKit is an RxSwift reactive extension for CallKit.\nRequires Xcode 10.2 with Swift 5.0.",
6   "homepage": "https://github.com/pawelrup/RxCallKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PaweÅ‚ Rup": "pawelrup@lobocode.pl"
13   },
14   "source": {
15     "git": "https://github.com/pawelrup/RxCallKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RxCallKit/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   },
26   "frameworks": "AVFoundation",
27   "dependencies": {
28     "RxSwift": [
29       "~> 4.5.0"
30     ],
31     "RxCocoa": [
32       "~> 4.5.0"
33     ]
34   }