[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / 6 / ADCarouselView / 1.0 / ADCarouselView.podspec.json
blobeeee87de2297f0c896706baf4b7a1371edb33589
2   "name": "ADCarouselView",
3   "version": "1.0",
4   "summary": "轮播图",
5   "description": "用UICollectionView实现轮播图",
6   "homepage": "https://github.com/tiancanfei/ADCarouselView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "安德航": "bjwltiankong@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/tiancanfei/ADCarouselView.git",
19     "tag": "1.0"
20   },
21   "source_files": "ADCarouselView/ADCarouselView/*.{h,m}",
22   "public_header_files": "ADCarouselView/ADCarouselView/*.h",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "SDWebImage": [
27       "~> 3.7.6"
28     ]
29   }