Latest | 0.0.1 |
---|---|
Homepage | https://github.com/hkm5558/KMCornerShadow |
License | MIT |
Platforms | ios 9.0 |
Frameworks | UIKit |
Authors |
实现圆角和阴影并存
Gif
Installation with CocoaPods
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects, which automates and simplifies the process of using 3rd-party libraries. You can install it with the following command:
$ gem install cocoapods
Podfile
To integrate KMCornerShadow into your Xcode project using CocoaPods, specify it in your Podfile
:
In your Podfile
pod 'KMCornerShadow'
Then, run the following command:
$ pod install
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
This library requires iOS 9.0+
Author
hkm5558, [email protected]
License
KMCornerShadow is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "KMCornerShadow", "version": "0.0.1", "summary": "u5b9eu73b0u5706u89d2u548cu9634u5f71u5e76u5b58", "description": "u5b9eu73b0u5706u89d2u548cu9634u5f71u5e76u5b58", "homepage": "https://github.com/hkm5558/KMCornerShadow", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "hkm5558": "[email protected]" }, "source": { "git": "https://github.com/hkm5558/KMCornerShadow.git", "tag": "0.0.1" }, "swift_versions": "4.2", "platforms": { "ios": "9.0" }, "source_files": "KMCornerShadow/Classes/**/*", "frameworks": "UIKit" }
Sat, 11 May 2019 10:07:04 +0000