[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 3 / d / PhotoViewerController / 0.1.2 / PhotoViewerController.podspec.json
blob248699627211994939c158d18e23335636e964b0
2   "name": "PhotoViewerController",
3   "version": "0.1.2",
4   "summary": "A photo viewer controller for viewing photos.",
5   "description": "It can be used to view a sequence of photos. Its PhotoViewerControllerDelegate should be conformed by the client.",
6   "homepage": "https://github.com/botirjon/PhotoViewerController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "botirjon.nasridinov@gmail.com": "botirjon.nasridinov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/botirjon/PhotoViewerController.git",
16     "tag": "0.1.2"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PhotoViewerController/Classes/**/*",
23   "resources": "PhotoViewerController/Classes/*.xib",
24   "resource_bundles": {
25     "PhotoViewerController": [
26       "PhotoViewerController/**/*.xib"
27     ]
28   },
29   "frameworks": "UIKit"