[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / a / 7 / 1 / QJKJAutoCycleScroll / 1.0.0 / QJKJAutoCycleScroll.podspec.json
blob01fc18e5a06a908e8564730629b6ca8595f9a59e
2   "name": "QJKJAutoCycleScroll",
3   "version": "1.0.0",
4   "summary": "自定义自动循环滚动",
5   "description": "1、使用UICollectionView作为基础框架、Cell完全自定义(图片、文字等)\n2、滚动方向有水平和垂直、自动滚动方向正序和反序\n3、只封装了自动滚动功能,具体细节自己实现",
6   "homepage": "https://github.com/LiYouCheng/QJKJAutoCycleScroll",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "youcheng.li": "liyoucheng@gigahome.cn"
13   },
14   "source": {
15     "git": "https://github.com/LiYouCheng/QJKJAutoCycleScroll.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}",
24     "AutoCycleScroll/**/*.{h,m}"
25   ]