[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 6 / 9 / 1 / ReusableViews / 0.1.1 / ReusableViews.podspec.json
blob5a2c9e969d5a39450e23c86313ac85b0fd5cf832
2   "name": "ReusableViews",
3   "version": "0.1.1",
4   "summary": "Instantiate UIViewControllers from storyboards and dequeue views without a bang!",
5   "description": "ReusableViews is a sugar library that allows you to dequeue UITableViewCells, UICollectionViewCells,\nUITableViewHeaderFooterViews, UICollectionViewReusableViews (supplementary views) without a bang or force cast. It also\nallows you to instantiate view controllers from the storyboard without using a bang or force casting.",
6   "homepage": "https://github.com/heshamsalman/ReusableViews",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "heshamsalman": "hesham8@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/heshamsalman/ReusableViews.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/WhatsASoftware",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ReusableViews/Classes/**/*",
23   "pushed_with_swift_version": "3.0"