blob: 8d8eb5c83b208b0826a71b82519df623e0755ae2 [file] [log] [blame]
{
"name": "RxPhotos",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Reactive extensions for Photos framework.",
"homepage": "https://github.com/istered/RxPhotos",
"authors": {
"Anton Romanov": "istered@outlook.com"
},
"source": {
"git": "https://github.com/istered/RxPhotos.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"swift_version": "4.0",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"Photos"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"platforms": {
"ios": "10.0"
}
}