blob: 9f276217198a24684a6dea76172b7bc2173ad728 [file] [log] [blame]
{
"name": "RxCallKit",
"version": "0.2.0",
"summary": "Reactive extension for CallKit.",
"description": "RxCallKit is an RxSwift reactive extension for CallKit.\nRequires Xcode 10.2 with Swift 5.0.",
"homepage": "https://github.com/pawelrup/RxCallKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Rup": "pawelrup@lobocode.pl"
},
"source": {
"git": "https://github.com/pawelrup/RxCallKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"source_files": "Sources/RxCallKit/**/*",
"frameworks": "AVFoundation",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.3"
}