[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 7 / RSReusable / 1.0.12 / RSReusable.podspec.json
blob3daf288c6ebb2f9c7c9749a3d77efa7d3c91dcf1
2   "name": "RSReusable",
3   "version": "1.0.12",
4   "summary": "Easy way to setup custom cells with xib",
5   "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.",
6   "homepage": "https://github.com/romansorochak",
7   "license": "MIT",
8   "authors": {
9     "Roman Sorochak": "roman.sorochak@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/romansorochak/Reusable.git",
16     "tag": "1.0.12"
17   },
18   "module_name": "Reusable",
19   "source_files": [
20     "Reusable",
21     "Reusable/**/*.{h,m}"
22   ],
23   "pushed_with_swift_version": "4.0"