[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 8 / 7 / RSReusable / 1.1.0 / RSReusable.podspec.json
blob427e963b88c370b5d920c05250d2c2543372a401
2   "name": "RSReusable",
3   "version": "1.1.0",
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.1.0"
17   },
18   "module_name": "Reusable",
19   "source_files": [
20     "Reusable",
21     "Reusable/**/*.{h,m}"
22   ]