blob: c208fea37fd1ff9a0b1c3c3a235598e890974b7c [file] [log] [blame]
{
"name": "RxCallKit",
"version": "0.1.0",
"summary": "Reactive extension for CallKit.",
"description": "RxCallKit is an RxSwift reactive extension for CallKit.\nRequires Xcode 10.0 with Swift 4.2.",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "RxCallKit/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "AVFoundation",
"dependencies": {
"RxSwift": [
"~> 4.4.0"
],
"RxCocoa": [
"~> 4.4.0"
]
}
}