Skip to content

Commit

Permalink
Updated README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultKlein committed Apr 28, 2017
1 parent 7a78730 commit 96ec321
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 8 deletions.
12 changes: 5 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
MIT License

Copyright (c) 2017 Prolific Interactive
Copyright (c) 2017 Prolific Interactive.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -9,13 +7,13 @@ 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 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.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# Kumi-iOS
# Kumi-iOS

[![Travis build status](https://img.shields.io/travis/prolificinteractive/Kumi-iOS.svg?style=flat-square)](https://travis-ci.org/prolificinteractive/Kumi-iOS)
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/Kumi.svg?style=flat-square)](https://img.shields.io/cocoapods/v/Kumi.svg)
[![Platform](https://img.shields.io/cocoapods/p/Kumi.svg?style=flat-square)](http://cocoadocs.org/docsets/Kumi)
[![Docs](https://img.shields.io/cocoapods/metrics/doc-percent/Kumi.svg?style=flat-square)](http://cocoadocs.org/docsets/Kumi)

Kumi is an app's theme helper tool that can parse a JSON file generated from Sketch files.

## Features

`TODO`

## Requirements

* Xcode 8+
* iOS 9+

## Installation

Using Cocoapods:

`pod Kumi`

## Usage

`TODO`

## Contributing to Kumi

To report a bug or enhancement request, feel free to file an issue under the respective heading.

If you wish to contribute to the project, fork this repo and submit a pull request. **THE FOLLOWING SENTENCE IS FOR IOS SWIFT PROJECTS ONLY.** Code contributions should follow the standards specified in the [Prolific Swift Style Guide](https://github.com/prolificinteractive/swift-style-guide).

## License

![prolific](https://s3.amazonaws.com/prolificsitestaging/logos/Prolific_Logo_Full_Color.png)

Copyright (c) 2017 Prolific Interactive

Kumi is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the [LICENSE] file.

[LICENSE]: ./LICENSE

0 comments on commit 96ec321

Please sign in to comment.