blob: ea2f3c086b0acfb25f5596f1f51efdc169d0b220 [file] [log] [blame]
{
"name": "RSReusable",
"version": "1.0.9",
"summary": "Easy way to setup custom cells with xib",
"description": "Reusable protocol makes it easier to use custom cells with xib for UICollectionView/UItableView. With Reusable library there is no need to register class or nib. You just need to import Reusable and use appropriate method of UITableView/UICollectionView extensions. It also makes it simpler to use custom view with Xib.",
"homepage": "https://github.com/romansorochak",
"license": "MIT",
"authors": {
"Roman Sorochak": "roman.sorochak@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/romansorochak/Reusable.git",
"tag": "1.0.9"
},
"module_name": "JSONJoy",
"source_files": [
"Reusable",
"Reusable/**/*.{h,m}"
],
"pushed_with_swift_version": "3.0"
}