Skip to content

blodely/LYPopView

Repository files navigation

LYPopView

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 7.0+

Installation

1. from Cococapods

Just add:

pod 'LYPopView'

to you project Podfile.

And then, run:pod install.

When it's finished, open xcode workspace file.

2. from private pod specs repo

LYPopView is available through LYSpecs.

To install it, simply add the following line to your Podfile:

source 'https://github.com/blodely/LYSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'

pod 'LYPopView'

then, run

pod install

Instructions

From 0.1.25

#import <LYPopView/LYPopView.h>

Older version

#import <LYPopView/PopView.h>

Author

骆昱 (Luo Yu), [email protected]

License

LYPopView is available under the MIT license. See the LICENSE file for more info.




Packages

No packages published

Languages