blob: 8eeabd5b4485c8d21d5c5a64070825c4be6cb0ca [file] [log] [blame]
{
"name": "MomentsGallery",
"version": "0.1.0",
"summary": "A gallery view controller inspired by Twitter's Moments.",
"description": "MomentsGallery is a gallery view controller inspired by Twitter's Moments. It includes a parallax effect while swiping between photos, tap to view the full photo and the ability to add a title and a caption.",
"homepage": "https://github.com/Fortyfox/MomentsGallery",
"license": "MIT",
"authors": {
"Melvin Beemer": "melvin.beemer@gmail.com"
},
"source": {
"git": "https://github.com/Fortyfox/MomentsGallery.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/melvinbeemer",
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MomentsGallery": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"HanekeSwift": [
]
}
}