blob: 241628b873fb185adac13b19e8f165973f1bc78a [file] [log] [blame]
{
"name": "ZKCarousel",
"version": "0.1.2",
"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, most commonly used for some sort of authentication or landing screen.",
"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": "0.1.2"
},
"social_media_url": "https://twitter.com/ZacharyKhan3",
"platforms": {
"ios": "8.0"
},
"source_files": "ZKCarousel/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}