Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caichenghan/ccdropdownmenu

drop down menu
https://github.com/caichenghan/ccdropdownmenu

Last synced: 19 days ago
JSON representation

drop down menu

Awesome Lists containing this project

README

        

# CCDropDownMenu

## Example

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

## Requirements

## Installation

CCDropDownMenu is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
platform :ios, '9.0'
inhibit_all_warnings!
source ‘https://github.com/CaiChenghan/CCRepo.git’
source ‘https://github.com/CocoaPods/Specs.git’
target 'MyApp' do
pod 'CCDropDownMenu', '~> 1.5.1'
end
```

## Author

蔡成汉, [email protected]

## License

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