[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / d / 8 / 7 / RSReusable / 1.0.10 / RSReusable.podspec.json
blob8aaf280ec44c6e4d3a7215c64084d25227523209
2   "name": "RSReusable",
3   "version": "1.0.10",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/romansorochak/Reusable.git",
16     "tag": "1.0.10"
17   },
18   "module_name": "Reusable",
19   "source_files": [
20     "Reusable",
21     "Reusable/**/*.{h,m}"
22   ],
23   "pushed_with_swift_version": "3.0"