blob: 909fcac2d384c3b46bcce2f835feb22dbb8de4ab [file] [log] [blame]
{
"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"
]
}
}