Latest | 0.1.9 |
---|---|
Homepage | https://github.com/UknowHui/NRWViewLib |
License | MIT |
Platforms | ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
NRWViewLib is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'NRWViewLib'
Author
UknowHui, [email protected]
License
NRWViewLib is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "NRWViewLib", "version": "0.1.9", "summary": "Base View", "description": "Base View Lib", "homepage": "https://github.com/UknowHui/NRWViewLib", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "UknowHui": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/UknowHui/NRWViewLib.git", "tag": "0.1.9" }, "source_files": "NRWViewLib/NRWViewLib.h", "public_header_files": "NRWViewLib/NRWViewLib.h", "resources": "NRWViewLib/NRWViewLib.bundle", "default_subspecs": "NRWViewLib", "subspecs": [ { "name": "NRWViewLib", "source_files": "NRWViewLib/*.{h,m}", "public_header_files": "NRWViewLib/*.h" } ] }
Fri, 11 Jan 2019 11:35:05 +0000