[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 6 / 8 / 7 / CCCycleView / 0.0.1 / CCCycleView.podspec.json
blobf9d54080e694eebed4263c72baa09838ad6a4d29
2   "name": "CCCycleView",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": [
22     "CCCycleView",
23     "CCCycleView/*.{h,m}"
24   ],
25   "public_header_files": "CCCycleView/*.h",
26   "frameworks": "UIKit",
27   "requires_arc": true