Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caichenghan/ccdropdownmenu
drop down menu
https://github.com/caichenghan/ccdropdownmenu
Last synced: 19 days ago
JSON representation
drop down menu
- Host: GitHub
- URL: https://github.com/caichenghan/ccdropdownmenu
- Owner: CaiChenghan
- License: mit
- Created: 2018-09-20T02:47:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T09:50:59.000Z (about 5 years ago)
- Last Synced: 2024-11-22T13:42:32.047Z (3 months ago)
- Language: Objective-C
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.