[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / c / d / BNPhotoViewer / 0.0.1 / BNPhotoViewer.podspec.json
blobf6ba1dc75636d624805b6de77bde46ab6b848050
2   "name": "BNPhotoViewer",
3   "version": "0.0.1",
4   "summary": "A photo viewer to display a sequence of multiple photos.",
5   "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.",
6   "homepage": "https://github.com/botirjon/BNPhotoViewer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Botirjon Nasridinov",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/botirjon/BNPhotoViewer.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "BNPhotoViewer",
21     "BNPhotoViewer/Classes/**/*"
22   ],
23   "swift_version": "4.1",
24   "resources": "BNPhotoViewer/Resources/*.xib",
25   "resource_bundles": {
26     "BNPhotoViewer": [
27       "BNPhotoViewer/Resources/**/*.xib"
28     ]
29   },
30   "frameworks": "UIKit"