[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / c / EasyMakePhotoPicker / 0.1.2 / EasyMakePhotoPicker.podspec.json
blobe48256361a0f03be8e95123a1b875d4988a1c3d8
2   "name": "EasyMakePhotoPicker",
3   "version": "0.1.2",
4   "summary": "EasyPhotoPicker makes it easy to create your own PhotoPicker.",
5   "description": "If you need to create your own PhotoPicker, it is not easy to create because you need to implement many of the features (UI, business logic) needed to implement PhotoPicker. So EasyMakePhotoPicker provides an abstraction layer of PhotoPicker. EasyMakePhotoPicker implements all the business logic required for PhotoPicker so you can focus on the UI.",
6   "homepage": "https://github.com/audrl1010/EasyMakePhotoPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Myung gi son": "audrl1010@naver.com"
13   },
14   "source": {
15     "git": "https://github.com/audrl1010/EasyMakePhotoPicker.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.1"
20   },
21   "source_files": "EasyMakePhotoPicker/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       ">= 4.0"
25     ],
26     "RxCocoa": [
27       ">= 4.0"
28     ]
29   }