File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
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-12 .0-blue.svg )] ( https://developer.apple.com/xcode )
1
+ [ ![ Swift] ( https://img.shields.io/badge/Swift-5.7 -orange.svg )] ( https://swift.org )
2
+ [ ![ Xcode] ( https://img.shields.io/badge/Xcode-14 .0-blue.svg )] ( https://developer.apple.com/xcode )
3
3
[ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/NativeUI.svg )] ( https://cocoapods.org/pods/NativeUI )
4
4
[ ![ MIT] ( https://img.shields.io/badge/License-MIT-red.svg )] ( https://opensource.org/licenses/MIT )
5
5
6
6
# NativeUI
7
7
8
8
## Minimum Requirements:
9
- - iOS 9 .0
10
- - Xcode 12 .0
9
+ - iOS 11 .0
10
+ - Xcode 14 .0
11
11
- Swift 5
12
12
13
13
## Installation
14
14
15
+ ### Swift Package Manager
16
+
17
+ ``` swift
18
+ dependencies: [
19
+ .package (url : " https://github.com/devpolant/NativeUI.git" , .upToNextMajor (from : " 1.2.2" ))
20
+ ]
21
+ ```
22
+
15
23
#### CocoaPods
16
24
17
25
``` ruby
18
26
target ' MyApp' do
19
- pod ' NativeUI' , ' ~> 1.2.1 '
27
+ pod ' NativeUI' , ' ~> 1.2.2 '
20
28
end
21
29
```
22
30
23
31
If you don't need to connect all UI components you may use subspecs like:
24
32
25
33
``` ruby
26
34
target ' MyApp' do
27
- pod ' NativeUI/Alert' , ' ~> 1.2.1 '
35
+ pod ' NativeUI/Alert' , ' ~> 1.2.2 '
28
36
end
29
37
```
30
38
@@ -34,7 +42,7 @@ Available subspecs:
34
42
35
43
## Alert
36
44
37
- <img src =" https://github.com/AntonPoltoratskyi /NativeUI/blob/master/Example/Demo/default.gif " width =" 250 " /> <img src =" https://github.com/AntonPoltoratskyi /NativeUI/blob/master/Example/Demo/custom.gif " width =" 250 " />
45
+ <img src =" https://github.com/devpolant /NativeUI/blob/master/Example/Demo/default.gif " width =" 250 " /> <img src =" https://github.com/devpolant /NativeUI/blob/master/Example/Demo/custom.gif " width =" 250 " />
38
46
39
47
** ` AlertViewController ` is a customizable replacement for native ` UIAlertController ` .**
40
48
You can’t perform that action at this time.
0 commit comments