[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / 0 / 4 / NXGallery / 0.9.4 / NXGallery.podspec.json
blobc13d0c9c8c09f50cdd8af2f1add04bb913b6fbc9
2   "name": "NXGallery",
3   "version": "0.9.4",
4   "summary": "A swipe-able zoomable gallery based on ImageScrollView and RxSwift. Has action support.",
5   "swift_versions": "5.0",
6   "description": "This pod provides a swipe-able zoomable gallery based on ImageScrollView and RxSwift. \nYou can add your own tappable action buttons to it easily and it will handle layout for you, and also let you know when they've been tapped.",
7   "homepage": "https://github.com/ionut-lucaci/NXGallery",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ionut-lucaci": "ionutlucaci@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ionut-lucaci/NXGallery.git",
17     "tag": "0.9.4"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ],
27   "dependencies": {
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ],
34     "RxSwiftExt": [
36     ],
37     "ImageScrollView": [
39     ]
40   },
41   "swift_version": "5.0"