File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 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
1616
1717``` ruby
1818target ' MyApp' do
19- pod ' NativeUI' , ' ~> 1.1 '
19+ pod ' NativeUI' , ' ~> 1.2 '
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.1 '
27+ pod ' NativeUI/Alert' , ' ~> 1.2 '
2828end
2929```
3030
You can’t perform that action at this time.
0 commit comments