[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 7 / 2 / b / KJBannerView / 3.0.2 / KJBannerView.podspec.json
blob031f5607762f8d3ba29411287e00d505490af106
2   "name": "KJBannerView",
3   "version": "3.0.2",
4   "summary": "KJBannerView是一款自带图片下载和缓存轮播Banner,支持动态图和网图混合显示",
5   "homepage": "https://github.com/yangKJ/KJBannerViewDemo",
6   "description": "https://github.com/yangKJ/KJBannerViewDemo/blob/master/README.md",
7   "license": "Copyright (c) 2018 yangkejun",
8   "authors": {
9     "77": "ykj310@126.com"
10   },
11   "source": {
12     "git": "https://github.com/yangKJ/KJBannerViewDemo.git",
13     "tag": "3.0.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "social_media_url": "https://www.jianshu.com/p/47b29be42a49",
19   "requires_arc": true,
20   "ios": {
21     "pod_target_xcconfig": {
22       "PRODUCT_BUNDLE_IDENTIFIER": "com.yangkejun.KJBannerViewDemo"
23     },
24     "source_files": "Sources/KJBannerHeader.h"
25   },
26   "default_subspecs": "BannerView",
27   "subspecs": [
28     {
29       "name": "BannerView",
30       "source_files": [
31         "Sources/KJBannerView/*.{h,m}",
32         "Sources/PageControl/*.{h,m}"
33       ],
34       "resources": "Sources/KJBannerView/*.{bundle}"
35     },
36     {
37       "name": "Downloader",
38       "source_files": "Sources/WebImage/*.{h,m}"
39     }
40   ]