https://github.com/blodely/lypopview
https://github.com/blodely/lypopview
ios library objective-c pod view
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blodely/lypopview
- Owner: blodely
- License: mit
- Created: 2016-12-19T08:07:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T08:15:12.000Z (over 3 years ago)
- Last Synced: 2025-08-27T21:59:00.188Z (10 months ago)
- Topics: ios, library, objective-c, pod, view
- Language: Objective-C
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```ruby
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](https://github.com/blodely/LYSpecs).
To install
it, simply add the following line to your Podfile:
```ruby
source 'https://github.com/blodely/LYSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
pod 'LYPopView'
```
then, run
```bash
pod install
```
### Instructions
From 0.1.25
```objective-c
#import
```
Older version
```objective-c
#import
```
## Author
骆昱 ([Luo Yu](http://luoyu.space)), indie.luo@gmail.com
## License
LYPopView is available under the MIT license. See the LICENSE file for more info.