[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / c / f / CJCarouselView / 0.1.2.2 / CJCarouselView.podspec.json
blob679421a9d71c0dfb4a8a33f9530d82b2f942932a
2   "name": "CJCarouselView",
3   "version": "0.1.2.2",
4   "summary": "A Carousel View In Objective-C",
5   "description": "UITableView Style API.\nNot Other Lib Dependency.\nSupport Customize Each Single Page.\nSupport Infinity Looping Scroll.\nSupport Horizontal An Vertical Direction.\nSupport Fade Transition.",
6   "homepage": "https://github.com/cj1024/CJCarouselView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cj1024": "jianchen1024@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cj1024/CJCarouselView.git",
16     "tag": "0.1.2.2"
17   },
18   "screenshots": "https://ftp.bmp.ovh/imgs/2020/12/68011dc7fba03ec0.gif",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "frameworks": "UIKit",
27       "source_files": "CJCarouselView/Classes/Core/**/*",
28       "public_header_files": "CJCarouselView/Classes/Core/*.h",
29       "private_header_files": "CJCarouselView/Classes/Core/Private/*.h"
30     }
31   ]