Skip to content

Commit bdb9454

Browse files
author
Anton Poltoratskyi
authored
Update README.md
1 parent 043e050 commit bdb9454

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1+
[![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://swift.org)
2+
[![Xcode](https://img.shields.io/badge/Xcode-11.0-blue.svg)](https://developer.apple.com/xcode)
3+
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/NativeUI.svg)](https://cocoapods.org/pods/NativeUI)
4+
[![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
5+
16
# NativeUI
7+
8+
## Requirements:
9+
- iOS 9.0
10+
- Xcode 11.0
11+
- Swift 5
12+
13+
## Installation
14+
15+
#### CocoaPods
16+
17+
```ruby
18+
target 'MyApp' do
19+
pod 'NativeUI', '~> 1.0'
20+
end
21+
```
22+
23+
Available subspecs:
24+
- `Alert`
25+
26+
```ruby
27+
target 'MyApp' do
28+
pod 'NativeUI/Alert', '~> 1.0'
29+
end
30+
```
31+
32+
## Usage
33+
34+
35+
36+
37+
## Author
38+
39+
Anton Poltoratskyi
40+
41+
## License
42+
43+
NativeUI is available under the MIT license. See the [LICENSE](https://github.com/AntonPoltoratskyi/NativeUI/blob/master/LICENSE) file for more info.

0 commit comments

Comments
 (0)