blob: 89bb03a187ed1e657fac55e4798566c577e7c108 [file] [log] [blame]
{
"name": "RxGallery",
"version": "0.1.0",
"summary": "Rx extension for hyperoslo/Gallery project",
"description": "RxGallery a reactive extension for [`hyperoslo/Gallery`](https://github.com/hyperoslo/Gallery) image picker which provides reactive for observing callbacks. Forget about old-school delegates, stay reactive!",
"homepage": "https://github.com/bigMOTOR/RxGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nikolay Fiantsev": "to.bigmotor@gmail.com"
},
"source": {
"git": "https://github.com/bigMOTOR/RxGallery.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bigmotor",
"platforms": {
"ios": "9.0"
},
"source_files": "RxGallery/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"RxSwift": [
"~> 4.1"
],
"RxCocoa": [
"~> 4.1"
],
"Gallery": [
"~> 2.0"
]
},
"pushed_with_swift_version": "4.0"
}