[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / 9 / 3 / 8 / JCyclePictureView / 1.0.1 / JCyclePictureView.podspec.json
blob2cbc60bb0d47813ae6759c9e5fe6dfd3682442c2
2   "name": "JCyclePictureView",
3   "version": "1.0.1",
4   "summary": "用 UICollectionView 写的无限滚动轮播图,支持自定义 cell、滚动方向等。",
5   "homepage": "https://github.com/GitHubZebra/JCyclePictureView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zebra": "mr_banma@126.com"
12   },
13   "source": {
14     "git": "https://github.com/GitHubZebra/JCyclePictureView.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "JCyclePictureView/*.swift",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Kingfisher": [
25     ]
26   },
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.0"
29   }