[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / e / 6 / c / LCFInfiniteScrollView / 0.1 / LCFInfiniteScrollView.podspec.json
blob1778251f79d0b42e037fa1ec231f7ecb98b0c3d5
2   "name": "LCFInfiniteScrollView",
3   "version": "0.1",
4   "license": "MIT",
5   "summary": "A Circular and Infinite Scroll View, Inspired by the App Store Banner View",
6   "homepage": "https://github.com/leichunfeng/LCFInfiniteScrollView",
7   "authors": {
8     "leichunfeng": "307213080@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/leichunfeng/LCFInfiniteScrollView.git",
12     "tag": "v0.1"
13   },
14   "source_files": "LCFInfiniteScrollView/LCFInfiniteScrollView/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "dependencies": {
20     "SDWebImage": [
22     ]
23   }