Skip to content

Commit f0c094d

Browse files
committed
Update readme
1 parent 196ffe4 commit f0c094d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![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)
2+
[![Xcode](https://img.shields.io/badge/Xcode-12.0-blue.svg)](https://developer.apple.com/xcode)
33
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/NativeUI.svg)](https://cocoapods.org/pods/NativeUI)
44
[![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
55

@@ -16,15 +16,15 @@
1616

1717
```ruby
1818
target 'MyApp' do
19-
pod 'NativeUI', '~> 1.2'
19+
pod 'NativeUI', '~> 1.2.1'
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.2'
27+
pod 'NativeUI/Alert', '~> 1.2.1'
2828
end
2929
```
3030

0 commit comments

Comments
 (0)