blob: 7108719a2ae4b5030d44b972f49d4d7136c045d3 [file] [log] [blame]
{
"name": "RxAudioVisual",
"version": "1.1.0",
"summary": "A reactive wrapper built around AVFoundation.",
"homepage": "https://github.com/keitaoouchi/RxAudioVisual",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keitaoouchi": "keita.oouchi@gmail.com"
},
"source": {
"git": "https://github.com/keitaoouchi/RxAudioVisual.git",
"tag": "1.1.0"
},
"source_files": "RxAudioVisual/*.{swift,h}",
"frameworks": "AVFoundation",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}