blob: 05e870d731e0e5b329076718ecaa35110dc50bad [file] [log] [blame]
{
"name": "PSCarouselView",
"version": "1.2.1",
"summary": "A drop-in carousel view. Most of Apps put it in their first screen.",
"description": "A drop-in carousel view. Most of Apps put it in their first screen.Ease use and quick compose.",
"homepage": "http://shengpan.net/pscarouselview/",
"screenshots": "https://raw.githubusercontent.com/DeveloperPans/PSCarouselView/master/PSCarouselView.gif",
"license": "MIT",
"authors": {
"Pan": "developerpans@163.com"
},
"social_media_url": "http://shengpan.net",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/DeveloperPans/PSCarouselView.git",
"tag": "1.2.1"
},
"source_files": "CarouselDemo/PSCarouselView/**/*.{h,m}",
"resources": "CarouselDemo/PSCarouselView/*.xib",
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.7.2"
]
}
}