An open API service indexing awesome lists of open source software.

https://github.com/blodely/lypopview


https://github.com/blodely/lypopview

ios library objective-c pod view

Last synced: 5 months ago
JSON representation

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.