[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 8 / 2 / PerspectivePhotoBrowser / 0.1.0 / PerspectivePhotoBrowser.podspec.json
blob909fcac2d384c3b46bcce2f835feb22dbb8de4ab
2   "name": "PerspectivePhotoBrowser",
3   "version": "0.1.0",
4   "summary": "Native PhotoBrowser for ios",
5   "description": "A unique photobrowser based on UICollectionView",
6   "homepage": "https://github.com/teacherspayteachers/PerspectivePhotoBrowser",
7   "license": "MIT",
8   "authors": {
9     "amol-c": "chaudhari.amol.sopan@gmail.com",
10     "jamesdo": "james.s.do@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/teacherspayteachers/PerspectivePhotoBrowser.git",
14     "tag": "0.1.0"
15   },
16   "social_media_url": "https://twitter.com/TpTdotcom",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*.{swift}",
22   "resource_bundles": {
23     "PerspectivePhotoBrowser": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "resources": [
28     "Pod/Resources/**/*.storyboard"
29   ],
30   "frameworks": "UIKit",
31   "dependencies": {
32     "SDWebImage": [
33       "~>3.7"
34     ]
35   }