master
Add LICENSE file. README: Update links. Add ‘About this project’ section.
This commit is contained in:
parent
daba9e2749
commit
a2b300f445
|
@ -0,0 +1,22 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 3Pillar Global, Inc.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
32
README.md
32
README.md
|
@ -17,21 +17,21 @@
|
||||||
- [x] Custom life cycle for view controllers associated with menu items
|
- [x] Custom life cycle for view controllers associated with menu items
|
||||||
|
|
||||||
If you're using UIKit, you'll feel at home.
|
If you're using UIKit, you'll feel at home.
|
||||||
It's a UI component similar to UIPageViewController helps you to create a menu designed for iOS with a dynamic number of items.
|
It's a UI component similar to UIPageViewController that helps you to create a menu designed for iOS with a dynamic number of items.
|
||||||
|
|
||||||
![GIF placeholder]()
|
![GIF placeholder]()
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
- [Usage](github-url#usage)
|
- [Usage](https://github.com/3pillarlabs/ios-horizontalmenu#usage)
|
||||||
- [Installation](github-url#installation)
|
- [Installation](https://github.com/3pillarlabs/ios-horizontalmenu#installation)
|
||||||
- [Git Submodule](github-url#git-submodule)
|
- [Git Submodule](https://github.com/3pillarlabs/ios-horizontalmenu#1-git-submodule)
|
||||||
- [Carthage](github-url#carthage)
|
- [Carthage](https://github.com/3pillarlabs/ios-horizontalmenu#2-carthage)
|
||||||
- [Swift Package Manager](github-url#swift-package-manager)
|
- [Swift Package Manager](https://github.com/3pillarlabs/ios-horizontalmenu#3-swift-package-manager)
|
||||||
- [CocoaPods](github-url#cocoapods)
|
- [CocoaPods](https://github.com/3pillarlabs/ios-horizontalmenu#4-cocoapods)
|
||||||
- [Tips](github-url#tips)
|
- [Tips](https://github.com/3pillarlabs/ios-horizontalmenu#tips)
|
||||||
- [Contribution](github-url#contribution)
|
- [Contribution](https://github.com/3pillarlabs/ios-horizontalmenu#contribution)
|
||||||
- [License](github-url#license)
|
- [License](https://github.com/3pillarlabs/ios-horizontalmenu#license)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -361,10 +361,16 @@ An important thing to know is that default animations have a duration of 0.3 sec
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Did you find a bug in the framework? Create an [issue](link).
|
Did you find a bug in the framework? Create an [issue](https://github.com/3pillarlabs/ios-horizontalmenu/issues).
|
||||||
|
|
||||||
Want to help us implement new features or fix a bug? Create a [pull request](link).
|
Want to help us implement new features or fix a bug? Create a [pull request](https://github.com/3pillarlabs/ios-horizontalmenu/pulls).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT, 3Pillar Global
|
**Horizontal Menu** is released under MIT license. See [LICENSE](LICENSE) for details.
|
||||||
|
|
||||||
|
## About this project
|
||||||
|
|
||||||
|
[](http://www.3pillarglobal.com/)
|
||||||
|
|
||||||
|
**Horizontal Menu** is developed and maintained by [3Pillar Global](http://www.3pillarglobal.com/).
|
Loading…
Reference in New Issue