blob: e9bb40caabf368f99e2a83f4c8964ca21aca911f [file] [log] [blame]
{
"name": "EasyMakePhotoPicker",
"version": "0.1.0",
"summary": "EasyPhotoPicker makes it easy to create your own PhotoPicker.",
"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.",
"homepage": "https://github.com/audrl1010/EasyMakePhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Myung gi son": "audrl1010@naver.com"
},
"source": {
"git": "https://github.com/audrl1010/EasyMakePhotoPicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.1"
},
"source_files": "EasyMakePhotoPicker/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}