[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / c / 0 / ReusableViewExtensions / 0.1.1 / ReusableViewExtensions.podspec.json
blob3e3768be70d90fd7463ec1d65583e0157dd18021
2   "name": "ReusableViewExtensions",
3   "version": "0.1.1",
4   "summary": "Helper methods for UITableView and UICollectionView reusable views",
5   "description": "Set of extensions for UITableView and UICollectionView for handling cells reusability. Hides casting and eliminates finding cells by Strings.",
6   "homepage": "https://github.com/agruchala/ReusableViewExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Artur GruchaƂa": "gruchala.a@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/agruchala/ReusableViewExtensions.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReusableViewExtensions/Classes/**/*",
22   "frameworks": "UIKit",
23   "swift_versions": "4.0",
24   "swift_version": "4.0"