blob: 511b89ae22e172fd171b9efc1c317a68b5dd6144 [file] [log] [blame]
{
"name": "RxAVFoundation",
"version": "0.1.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": "0.1.0"
},
"social_media_url": "http://twitter.com/patrickmick",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.3"
],
"RxCocoa": [
"~> 2.3"
]
}
}