File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11PODS:
2- - NativeUI (1.2.1 ):
3- - NativeUI/Core (= 1.2.1 )
4- - NativeUI/Alert (1.2.1 ):
2+ - NativeUI (1.2.2 ):
3+ - NativeUI/Core (= 1.2.2 )
4+ - NativeUI/Alert (1.2.2 ):
55 - NativeUI/Utils
6- - NativeUI/Core (1.2.1 ):
6+ - NativeUI/Core (1.2.2 ):
77 - NativeUI/Alert
8- - NativeUI/Utils (1.2.1 )
8+ - NativeUI/Utils (1.2.2 )
99
1010DEPENDENCIES:
1111 - NativeUI (from `../`)
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515 :path: "../"
1616
1717SPEC CHECKSUMS:
18- NativeUI: b79f2438d4df95c876cc85c0819979521bc89367
18+ NativeUI: 9d0e6e7c477fce94fd101762870ee24060458b57
1919
2020PODFILE CHECKSUM: 71e9984cae5062c9589c8c35414bec40503bcc43
2121
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "NativeUI"
3- s . version = "1.2.1 "
3+ s . version = "1.2.2 "
44 s . summary = "Library that includes customizable replacements for native UIKit components"
55
66 s . description = <<-DESC
@@ -10,20 +10,20 @@ Pod::Spec.new do |s|
1010 but customizable and were implemented from scratch.
1111 DESC
1212
13- s . homepage = "https://github.com/AntonPoltoratskyi /NativeUI"
13+ s . homepage = "https://github.com/devpolant /NativeUI"
1414 s . license = { :type => "MIT" , :file => "LICENSE" }
1515 s . author = "Anton Poltoratskyi"
1616
17- s . platform = :ios , "9.0"
17+ s . platform = :ios , "11.0"
18+
19+ s . swift_version = "5.0"
1820
19- s . source = { :git => "https://github.com/AntonPoltoratskyi /NativeUI.git" , :tag => "#{ s . version } " }
21+ s . source = { :git => "https://github.com/devpolant /NativeUI.git" , :tag => "#{ s . version } " }
2022
2123 s . frameworks = "Foundation" , "UIKit"
2224
2325 s . requires_arc = true
2426
25- s . swift_version = "5.0"
26-
2727 s . default_subspec = 'Core'
2828
2929 s . subspec 'Core' do |ss |
You can’t perform that action at this time.
0 commit comments