blob: d54fa4cf3171fc9ba9194d731daf2201583e7ec2 [file] [log] [blame]
{
"name": "PhotoViewerController",
"version": "0.1.0",
"summary": "A photo viewer controller for viewing photos.",
"description": "It can be used to view a sequence of photos. Its PhotoViewerControllerDelegate should be conformed by the client.",
"homepage": "https://github.com/botirjon/PhotoViewerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"botirjon.nasridinov@gmail.com": "botirjon.nasridinov@gmail.com"
},
"source": {
"git": "https://github.com/botirjon/PhotoViewerController.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "PhotoViewerController/Classes/**/*",
"frameworks": "UIKit"
}