From da7aeb444241b33155a28b469ceeba59eeb5df2c Mon Sep 17 00:00:00 2001 From: seland Date: Mon, 28 Mar 2016 20:23:12 +0300 Subject: [PATCH] Create README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29afb2d --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# LUNSegmentedControl + +[![Crafted in LunApps](https://lunapps.com/img/crafted-in-lunapps.png)](https://lunapps.com/) + +Please check this [article]() on our blog. + +Purpose +------- + +LUNSegmentedControl is control designed + +![Gif animation]() + +Supported OS & SDK Versions +--------------------------- + +* Supported build target - iOS 8.0 + +ARC Compatibility +----------------- + +LUNSegmentedControl requires ARC. + +Installation +------------ + +To use the LUNSegmentedControl in your app, just drag the LUNSegmentedControl folder into your project. + +Or you can use CocoaPods + +```ruby +pod 'LUNSegmentedControl', '~> 1.0.0' +``` + +Usage +----- + + + +License +------- + +Usage is provided under the [MIT License](http://opensource.org/licenses/MIT)