blob: eddccb98d4fa28cdd32594d1c1eccaf380c7c8bc [file] [log] [blame]
{
"name": "RxCallKit",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "RxCallKit/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": "AVFoundation",
"dependencies": {
"RxSwift": [
"~> 4.5.0"
],
"RxCocoa": [
"~> 4.5.0"
]
}
}