[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / e / JKCycleScrollView / 0.1.0 / JKCycleScrollView.podspec.json
blobb2174647cb777fa19e6b22630c910795ee672dc6
2   "name": "JKCycleScrollView",
3   "version": "0.1.0",
4   "summary": "简单易用的无限轮播器. 支持横向、竖向两种滑动方式",
5   "description": "It is a cycle scroll view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/pjk1129/JKCycleScroll.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "authors": {
15     "pjk1129": "pjk1129@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/pjk1129/JKCycleScroll.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "JKCycleScrollView/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ]