blob: 289a4543766fcadfa95e409f3812a864755477c9 [file] [log] [blame]
{
"name": "PhotoViewerController",
"version": "0.1.8",
"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.8"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.0",
"source_files": "PhotoViewerController/Classes/**/*",
"resources": "PhotoViewerController/Classes/*.xib",
"resource_bundles": {
"PhotoViewerController": [
"PhotoViewerController/**/*.xib"
]
},
"frameworks": "UIKit"
}