25 lines
708 B
JSON
25 lines
708 B
JSON
{
|
|
"name": "ScalingCarousel",
|
|
"version": "1.0",
|
|
"summary": "A super simple carousel view with scaling cells written in Swift.",
|
|
"description": "ScalingCarouselView is a super simple carousel view with scaling cells written in Swift.",
|
|
"homepage": "https://github.com/superpeteblaze/ScalingCarousel",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Pete Smith": "peadar81@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/superpeteblaze/ScalingCarousel.git",
|
|
"tag": "1.0"
|
|
},
|
|
"social_media_url": "https://twitter.com/superpeteblaze",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source_files": "ScalingCarousel/Classes/**/*",
|
|
"frameworks": "UIKit"
|
|
}
|