[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / b / 9 / CCPCycleScrollView / 1.0 / CCPCycleScrollView.podspec.json
blob631026f08c55d653ea2cbfaeaf48e9e804a6a65c
2   "name": "CCPCycleScrollView",
3   "version": "1.0",
4   "summary": "For cycle scroll",
5   "swift_version": "4.2",
6   "description": "使用UICollectionView创建的轮播控件,支持各种UIView的使用",
7   "homepage": "https://github.com/coolboy-ccp/CCPCycleScrollView",
8   "license": "MIT",
9   "authors": {
10     "Brian.Chu": "chuchengpeng0119@163.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/coolboy-ccp/CCPCycleScrollView.git",
17     "tag": "1.0"
18   },
19   "source_files": [
20     "CCPCycleScrollView/CycleSCroll",
21     "*.swift"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true,
25   "dependencies": {
26     "SnapKit": [
28     ],
29     "Kingfisher": [
31     ]
32   }