blob: 54741bb191a9c3a9697bd215ac324852f9730a9c [file] [log] [blame]
{
"name": "SwiftPhotoGallery",
"version": "2.0.1",
"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 and support for any orientation.\"",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftPhotoGallery": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}