blob: 2d1a3d0ac2dff655e445128094a409d01614739f [file] [log] [blame]
{
"name": "ZKCarousel",
"version": "1.0.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": "1.0.2"
},
"social_media_url": "https://twitter.com/ZacharyKhan3",
"platforms": {
"ios": "10.0"
},
"source_files": "ZKCarousel/Classes/**/*",
"frameworks": "UIKit"
}