| { |
| "name": "PerspectivePhotoBrowser", |
| "version": "0.1.0", |
| "summary": "Native PhotoBrowser for ios", |
| "description": "A unique photobrowser based on UICollectionView", |
| "homepage": "https://github.com/teacherspayteachers/PerspectivePhotoBrowser", |
| "license": "MIT", |
| "authors": { |
| "amol-c": "chaudhari.amol.sopan@gmail.com", |
| "jamesdo": "james.s.do@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/teacherspayteachers/PerspectivePhotoBrowser.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/TpTdotcom", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{swift}", |
| "resource_bundles": { |
| "PerspectivePhotoBrowser": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "resources": [ |
| "Pod/Resources/**/*.storyboard" |
| ], |
| "frameworks": "UIKit", |
| "dependencies": { |
| "SDWebImage": [ |
| "~>3.7" |
| ] |
| } |
| } |