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 1
1
PODS:
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 ):
5
5
- NativeUI/Utils
6
- - NativeUI/Core (1.2.1 ):
6
+ - NativeUI/Core (1.2.2 ):
7
7
- NativeUI/Alert
8
- - NativeUI/Utils (1.2.1 )
8
+ - NativeUI/Utils (1.2.2 )
9
9
10
10
DEPENDENCIES:
11
11
- NativeUI (from `../`)
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
15
:path: "../"
16
16
17
17
SPEC CHECKSUMS:
18
- NativeUI: b79f2438d4df95c876cc85c0819979521bc89367
18
+ NativeUI: 9d0e6e7c477fce94fd101762870ee24060458b57
19
19
20
20
PODFILE CHECKSUM: 71e9984cae5062c9589c8c35414bec40503bcc43
21
21
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "NativeUI"
3
- s . version = "1.2.1 "
3
+ s . version = "1.2.2 "
4
4
s . summary = "Library that includes customizable replacements for native UIKit components"
5
5
6
6
s . description = <<-DESC
@@ -10,20 +10,20 @@ Pod::Spec.new do |s|
10
10
but customizable and were implemented from scratch.
11
11
DESC
12
12
13
- s . homepage = "https://github.com/AntonPoltoratskyi /NativeUI"
13
+ s . homepage = "https://github.com/devpolant /NativeUI"
14
14
s . license = { :type => "MIT" , :file => "LICENSE" }
15
15
s . author = "Anton Poltoratskyi"
16
16
17
- s . platform = :ios , "9.0"
17
+ s . platform = :ios , "11.0"
18
+
19
+ s . swift_version = "5.0"
18
20
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 } " }
20
22
21
23
s . frameworks = "Foundation" , "UIKit"
22
24
23
25
s . requires_arc = true
24
26
25
- s . swift_version = "5.0"
26
-
27
27
s . default_subspec = 'Core'
28
28
29
29
s . subspec 'Core' do |ss |
You can’t perform that action at this time.
0 commit comments