blob: 4f28444d72ca120671390ebce34807bd7f5cec4b [file] [log] [blame]
{
"name": "RxAVFoundation",
"version": "1.2.0",
"summary": "Functional Reactive (RxSwift) extensions for AVFoundations",
"homepage": "https://github.com/pmick/RxAVFoundation",
"license": "MIT",
"authors": {
"Patrick Mick": "patrickmick1@gmail.com"
},
"source": {
"git": "https://github.com/pmick/RxAVFoundation.git",
"tag": "1.2.0"
},
"social_media_url": "http://twitter.com/patrickmick",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}