[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / 2 / 0 / LFBScrollView / 2.0.0 / LFBScrollView.podspec.json
blob385b032d469da5ac65dfeba4d01c4871b4823717
2   "name": "LFBScrollView",
3   "version": "2.0.0",
4   "summary": "这是一个滚动视图框架",
5   "description": "一个轻量级的banner滚动视图框架",
6   "homepage": "https://github.com/LiuFuBo1991",
7   "license": "MIT",
8   "authors": {
9     "liufubo": "18380438251@163.com"
10   },
11   "social_media_url": "http://www.jianshu.com/u/7d935e492eec",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/LiuFuBo1991/LFBScrollView.git",
17     "tag": "2.0.0"
18   },
19   "source_files": "LFBCycleScrollView/**/*",
20   "public_header_files": "LFBCycleScrollView/**/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 1.0.2"
25     ],
26     "SDWebImage": [
27       "~> 4.0.0-beta2"
28     ]
29   }