Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit eced787

Browse files
committed
Readme updates
1 parent 36faf3e commit eced787

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,36 @@ Better TimePicker for iOS
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

7+
## Requirements
8+
9+
- Swift 3.1 (for Swift 3.0 support, use tag 3.1.1)
10+
- iOS 10.0+
11+
- Xcode 8+
12+
13+
## Installation
14+
15+
The easiest way is through [CocoaPods](https://cocoapods.org). Simply add the dependency to your Podfile and then pod install:
16+
17+
```
18+
pod 'TimePicker'
19+
```
20+
21+
Or [Carthage](https://github.com/Carthage/Carthage). Add the dependency to your Cartfile and then carthage update:
22+
23+
```
24+
github "Endore8/TimePicker"
25+
```
26+
27+
## Usage
28+
29+
### Config
30+
31+
## ToDo
32+
33+
- [ ] Tests
34+
- [ ] Optional haptic feedback
35+
- [ ] Code documentation
36+
737
## License
838

939
The library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)