[Add] Nami 3.1.27
[CocoaPods.git] / Specs / 9 / 2 / 0 / LFBScrollView / 1.0.0 / LFBScrollView.podspec.json
blobe2c7d4e88aa990f8742efbf1631c3dd293f3b643
2   "name": "LFBScrollView",
3   "version": "1.0.0",
4   "summary": "这是一个滚动视图框架",
5   "description": "A framework about the rolling of the page.",
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": "1.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   }