File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments