[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 3 / 7 / LazyScroll / 1.0.1 / LazyScroll.podspec.json
blob45a3a1bbfaada35f55bef77b14ee594d2a7de0c7
2   "name": "LazyScroll",
3   "version": "1.0.1",
4   "summary": "A ScrollView to resolve the problem of reusability of views.",
5   "homepage": "https://github.com/alibaba/LazyScrollView",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "fydx": "lbgg918@gmail.com",
11     "HarrisonXi": "gpra8764@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/alibaba/LazyScrollView.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "LazyScrollView/*.{h,m}",
21   "requires_arc": true,
22   "prefix_header_contents": "#import <TMUtils/TMUtils.h>",
23   "dependencies": {
24     "TMUtils": [
25       "~> 1.0.1"
26     ]
27   }