blob: 402b2a7fa55ec721b535826fa39055d4ded281d3 [file] [log] [blame]
{
"name": "RGScrollLayoutCache",
"version": "1.0.2",
"summary": "Pre-load layout of UITableView or UICollectionView in background thread",
"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",
"homepage": "https://github.com/RengeRenge/RGScrollLayoutCache.git",
"license": "MIT",
"authors": {
"RengeRenge": "lidrkuft123@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/RengeRenge/RGScrollLayoutCache.git",
"tag": "1.0.2"
},
"source_files": [
"RGScrollLayoutCache",
"RGScrollLayoutCache/**/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"RGUIKit": [
]
}
}