[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / 1 / ReusableViews / 2.0.0 / ReusableViews.podspec.json
blob678320cc83fc08488959121936ac7c78501ae034
2   "name": "ReusableViews",
3   "version": "2.0.0",
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": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/_hsalman",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ReusableViews/Classes/**/*"