[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / c / f / CJCarouselView / 0.1.4 / CJCarouselView.podspec.json
blob6142e9255214c1389e7754e6643d481f959028e8
2   "name": "CJCarouselView",
3   "version": "0.1.4",
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.4"
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   ]