blob: fdee9097fcc1a1896c1563ad0c1c6c6403c57d06 [file] [log] [blame]
{
"name": "BNPhotoViewer",
"version": "0.0.2",
"summary": "A photo viewer to display a sequence of multiple photos.",
"description": "A photo viewer to display a sequence of multiple photos. The information needed to configure photo viewer can be provided through BNPhotoViewerDelegate protocol methods.",
"homepage": "https://github.com/botirjon/BNPhotoViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Botirjon Nasridinov",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/botirjon/BNPhotoViewer.git",
"tag": "0.0.2"
},
"source_files": [
"BNPhotoViewer",
"BNPhotoViewer/Classes/**/*"
],
"swift_version": "4.1",
"resources": "BNPhotoViewer/Resources/*.xib",
"resource_bundles": {
"BNPhotoViewer": [
"BNPhotoViewer/Resources/**/*.xib"
]
},
"frameworks": "UIKit"
}