Latest | 0.1.0 |
---|---|
Homepage | https://github.com/daviderusso786/DRView |
License | MIT |
Platforms | ios 8.0 |
Authors |
[](https://travis-ci.org/Davide Russo/DRView)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DRView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DRView"
Author
Davide Russo, [email protected]
License
DRView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DRView", "version": "0.1.0", "summary": "A subclass of UIView that implements Elevation like in Material Design.", "description": "A subclass of UIView that implements Elevation like in Material Design. Just add a UIView from Storyboard and se its class to DRView.", "homepage": "https://github.com/daviderusso786/DRView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Davide Russo": "[email protected]" }, "source": { "git": "https://github.com/daviderusso786/DRView.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "DRView/Classes/**/*" }
Tue, 07 Feb 2017 11:20:03 +0000