blob: f703975ae6398a501d6dcc081212c752cf53e7e2 [file] [log] [blame]
{
"name": "RxMediaPicker",
"version": "1.0.0",
"summary": "A reactive wrapper built around UIImagePickerController.",
"homepage": "https://github.com/RxSwiftCommunity/RxMediaPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rui Costa": "rui.pfcosta@gmail.com",
"Shai Mishali": "freak4pc@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxMediaPicker.git",
"tag": "1.0.0"
},
"source_files": "RxMediaPicker/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 3.4.0"
]
},
"pushed_with_swift_version": "3.0"
}