[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / c / e / DKCarouselView / 1.4.11 / DKCarouselView.podspec.json
blob42c37c669099b89664f3bd634d3890e084ec63ba
2   "name": "DKCarouselView",
3   "version": "1.4.11",
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.4.11"
19   },
20   "source_files": "DKCarouselView/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.8.1"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3.0"
33   }