blob: 32a7d4a2e4c35842e864e0a9588732c6bafd1e52 [file] [log] [blame]
{
"name": "RxPhotoPickerView",
"version": "0.1.0",
"summary": "Reactive Photo Picker View",
"description": "Reactive Photo Picker View Description",
"homepage": "https://github.com/siddharthan64/RxPhotoPickerView",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siddharthan": "siddharthan64@gmail.com"
},
"source": {
"git": "https://github.com/siddharthan64/RxPhotoPickerView.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RxPhotoPickerView/RxCollectionView/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxBlocking": [
"~> 4.0"
],
"RxTest": [
"~> 4.0"
]
},
"swift_version": "4.0"
}