[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / 6 / ADCarouselView / 1.0.1 / ADCarouselView.podspec.json
blob2263c7bc89aa72fabc9a1126467420fff457af9b
2   "name": "ADCarouselView",
3   "version": "1.0.1",
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.1"
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   }