-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a78730
commit 96ec321
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |