blob: 1af3a05d9c5d7e86716f91777f6e6c1fa04a2a44 [file] [log] [blame]
{
"name": "LPCarouselView",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPCarouselView/*",
"dependencies": {
"SDWebImage": [
"~> 4"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}