blob: a6aede36a778b77f6d6f171c326dfd14b34908f3 [file] [log] [blame]
{
"name": "LPCarouselView",
"version": "1.2.5",
"summary": "Carousel auto scroll view with pageControl which is based on UICollectionView",
"description": "Carousel auto scroll view with pageControl which is based on UICollectionView and SDWebImage with http/https supports",
"homepage": "https://github.com/litt1e-p/LPCarouselView",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPCarouselView.git",
"tag": "1.2.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPCarouselView/*",
"dependencies": {
"SDWebImage": [
"~> 3.7.5"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}