[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / a / e / RxGallery / 0.1.0 / RxGallery.podspec.json
blob89bb03a187ed1e657fac55e4798566c577e7c108
2   "name": "RxGallery",
3   "version": "0.1.0",
4   "summary": "Rx extension for hyperoslo/Gallery project",
5   "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!",
6   "homepage": "https://github.com/bigMOTOR/RxGallery",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikolay Fiantsev": "to.bigmotor@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bigMOTOR/RxGallery.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/bigmotor",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "RxGallery/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 4.1"
29     ],
30     "RxCocoa": [
31       "~> 4.1"
32     ],
33     "Gallery": [
34       "~> 2.0"
35     ]
36   },
37   "pushed_with_swift_version": "4.0"