File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1616
1717``` ruby
1818target ' MyApp' do
19- pod ' NativeUI' , ' ~> 1.2'
19+ pod ' NativeUI' , ' ~> 1.2.1 '
2020end
2121```
2222
2323If you don't need to connect all UI components you may use subspecs like:
2424
2525``` ruby
2626target ' MyApp' do
27- pod ' NativeUI/Alert' , ' ~> 1.2'
27+ pod ' NativeUI/Alert' , ' ~> 1.2.1 '
2828end
2929```
3030
You can’t perform that action at this time.
0 commit comments