[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 6 / d / RGScrollLayoutCache / 1.0.2 / RGScrollLayoutCache.podspec.json
blob402b2a7fa55ec721b535826fa39055d4ded281d3
2   "name": "RGScrollLayoutCache",
3   "version": "1.0.2",
4   "summary": "Pre-load layout of UITableView or UICollectionView in background thread",
5   "description": "Pre-load layout of UITableView or UICollectionView in background thread\nRGScrollLayoutCache is a category of UIScrollview\nRGScrollLayoutCache could help UITableView or UICollectionView pre-load layout and save result in cache\nThe auto cache loading mechanism refer to Example app using Photos framework",
6   "homepage": "https://github.com/RengeRenge/RGScrollLayoutCache.git",
7   "license": "MIT",
8   "authors": {
9     "RengeRenge": "lidrkuft123@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/RengeRenge/RGScrollLayoutCache.git",
16     "tag": "1.0.2"
17   },
18   "source_files": [
19     "RGScrollLayoutCache",
20     "RGScrollLayoutCache/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RGUIKit": [
26     ]
27   }