Files
ScalingCarousel/Example/Pods/Local Podspecs/ScalingCarousel.podspec.json
T
2016-10-02 14:02:34 +01:00

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"
}