[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 8 / c / e / DKCarouselView / 1.3.0 / DKCarouselView.podspec.json
blob9f233e29b3be3ef7a10e07e97068f8cb7ff014f4
2   "name": "DKCarouselView",
3   "version": "1.3.0",
4   "summary": "DKCarouselView is a automatically & circular infinite(or not) scrolling view.The view auto paging/pause can be specified as well.",
5   "homepage": "https://github.com/zhangao0086/DKCarouselView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bannings": "zhangao0086@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/zhangao0086/DKCarouselView.git",
18     "tag": "1.3.0"
19   },
20   "source_files": "DKCarouselView/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.7.1"
29     ]
30   }