blob: f6ba1dc75636d624805b6de77bde46ab6b848050 [file] [log] [blame]
{
"name": "BNPhotoViewer",
"version": "0.0.1",
"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.1"
},
"source_files": [
"BNPhotoViewer",
"BNPhotoViewer/Classes/**/*"
],
"swift_version": "4.1",
"resources": "BNPhotoViewer/Resources/*.xib",
"resource_bundles": {
"BNPhotoViewer": [
"BNPhotoViewer/Resources/**/*.xib"
]
},
"frameworks": "UIKit"
}