blob: 562110e2937502595ac459a20b881ab863863f63 [file] [log] [blame]
{
"name": "RxMediaPicker",
"version": "0.0.1",
"summary": "A reactive wrapper built around UIImagePickerController.",
"homepage": "https://github.com/ruipfcosta/RxMediaPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rui Costa": "rui.pfcosta@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ruipfcosta/RxMediaPicker.git",
"tag": "0.0.1"
},
"source_files": "RxMediaPicker/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}