Skip to content

Commit fec80dc

Browse files
committed
Update version to 1.2.2
1 parent fa4527e commit fec80dc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
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):
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

1010
DEPENDENCIES:
1111
- NativeUI (from `../`)
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
NativeUI: b79f2438d4df95c876cc85c0819979521bc89367
18+
NativeUI: 9d0e6e7c477fce94fd101762870ee24060458b57
1919

2020
PODFILE CHECKSUM: 71e9984cae5062c9589c8c35414bec40503bcc43
2121

NativeUI.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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|

0 commit comments

Comments
 (0)