blob: f3016e947814eb354ccbffab5a05b2d85fc39a04 [file] [log] [blame]
{
"name": "SwiftPhotoGallery",
"version": "1.2.2",
"summary": "Photo gallery for iOS written in Swift",
"description": "\"Photo gallery for iOS written in Swift. Photos can be panned and zoomed, Includes a 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": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftPhotoGallery": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}