blob: 859895750bbaedfa999c84879086a3290df3329b [file] [log] [blame]
{
"name": "ZKCarousel",
"version": "1.0.0",
"summary": "ZKCarousel is a simple carousel based on UICollectionView.",
"description": "ZKCarousel is a simple carousel control built on top of a UICollectionView. It can be used for a number of implementations and supports Swift 5.0.",
"homepage": "https://github.com/ZacharyKhan/ZKCarousel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZacharyKhan": "zachary.khan3@gmail.com"
},
"source": {
"git": "https://github.com/ZacharyKhan/ZKCarousel.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/ZacharyKhan3",
"platforms": {
"ios": "8.0"
},
"source_files": "ZKCarousel/Classes/**/*",
"frameworks": "UIKit"
}