blob: 2c65942a11bed80aa70899eb470a4eb8c0300c57 [file] [log] [blame]
{
"name": "FZCarousel",
"version": "0.1.0",
"summary": "FZCarouselCollectionViewDelegate provides a straightforward, lightweight interface for producing an \"infinitely\" scrolling carousel.",
"homepage": "https://github.com/fuzz-productions/FZCarousel",
"license": "MPL 2.0",
"authors": {
"Noah Blake": "noah@fuzzproductions.com"
},
"source": {
"git": "https://github.com/fuzz-productions/FZCarousel.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/fuzzpro",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "FZCarousel",
"resource_bundles": {
"FZCarousel": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}