blob: 95733e9713e73a86d28bc06d676c88ed0a280b9d [file] [log] [blame]
{
"name": "SwiftPhotoGallery",
"version": "2.0.5",
"summary": "Photo gallery for iOS written in Swift",
"description": "\"Photo gallery for iOS written in Swift. Photos can be panned and zoomed. Includes a customizable page indicator, support for any orientation, and supports images of varying sizes. Includes unit tests.\"",
"homepage": "https://github.com/Inspirato/SwiftPhotoGallery",
"license": "GNU",
"authors": {
"Justin Vallely": "jvallely@inspirato.com"
},
"source": {
"git": "https://github.com/Inspirato/SwiftPhotoGallery.git",
"tag": "2.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}