Skip to content

Commit 3740eb7

Browse files
committed
Update version to 1.2.0
1 parent 992d576 commit 3740eb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

NativeUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "NativeUI"
3-
s.version = "1.1.0"
3+
s.version = "1.2.0"
44
s.summary = "Library that includes customizable replacements for native UIKit components"
55

66
s.description = <<-DESC

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
# NativeUI
77

8-
## Requirements:
8+
## Minimum Requirements:
99
- iOS 9.0
10-
- Xcode 11.0
10+
- Xcode 12.0
1111
- Swift 5
1212

1313
## Installation
@@ -16,15 +16,15 @@
1616

1717
```ruby
1818
target 'MyApp' do
19-
pod 'NativeUI', '~> 1.1'
19+
pod 'NativeUI', '~> 1.2'
2020
end
2121
```
2222

2323
If you don't need to connect all UI components you may use subspecs like:
2424

2525
```ruby
2626
target 'MyApp' do
27-
pod 'NativeUI/Alert', '~> 1.1'
27+
pod 'NativeUI/Alert', '~> 1.2'
2828
end
2929
```
3030

0 commit comments

Comments
 (0)