[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / 1 / c / 2 / LPCarouselView / 1.2.5 / LPCarouselView.podspec.json
bloba6aede36a778b77f6d6f171c326dfd14b34908f3
2   "name": "LPCarouselView",
3   "version": "1.2.5",
4   "summary": "Carousel auto scroll view with pageControl which is based on UICollectionView",
5   "description": "Carousel auto scroll view with pageControl which is based on UICollectionView and SDWebImage with http/https supports",
6   "homepage": "https://github.com/litt1e-p/LPCarouselView",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/LPCarouselView.git",
15     "tag": "1.2.5"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPCarouselView/*",
22   "dependencies": {
23     "SDWebImage": [
24       "~> 3.7.5"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ]