[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / 7 / CCCycleView / 0.0.2 / CCCycleView.podspec.json
blob9c53a63130f092185050641fab0ac8617dd8086f
2   "name": "CCCycleView",
3   "version": "0.0.2",
4   "summary": "An easy reuse cycle view",
5   "description": "目前可以用来轮播图、跑马灯、循环view的简单易用控件",
6   "homepage": "https://github.com/zackschen/CCCycleView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zacks": "cczacks@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/zackschen/CCCycleView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "CCCycleView",
23     "CCCycleView/*.{h,m}"
24   ],
25   "public_header_files": "CCCycleView/*.h",
26   "frameworks": "UIKit",
27   "requires_arc": true