Skip to content

Commit 4aea5f3

Browse files
committed
Version bumped to 2.0.3
Swift updated to 4.2
1 parent a3438e1 commit 4aea5f3

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.2

Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.1</string>
18+
<string>2.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

NKVPhonePicker.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'NKVPhonePicker'
10-
s.version = '2.0.1'
10+
s.version = '2.0.3'
1111
s.summary = 'A UITextField subclass to simplify the selection of country codes.'
1212
s.description = <<-DESC
1313
With this pod you can easily select country codes with just making your textFields class - the NKVPhonePickerTextField.
@@ -27,6 +27,6 @@ Pod::Spec.new do |s|
2727
s.source_files = 'Sources/**/*.swift'
2828
s.resources = 'Sources/Bundle/*'
2929

30-
s.social_media_url = 'https://vk.com/lightwithme'
30+
s.social_media_url = 'https://vk.com/nikekov'
3131

3232
end

NKVPhonePicker.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
/* End PBXBuildFile section */
4545

4646
/* Begin PBXFileReference section */
47+
EB12473A21C9448300915043 /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = SOURCE_ROOT; };
4748
EB1D35E52045F3B900DC9560 /* NKVPhonePickerPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NKVPhonePickerPresenter.swift; sourceTree = "<group>"; };
4849
EB1D35E72045F74400DC9560 /* CountryCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCode.swift; sourceTree = "<group>"; };
4950
EB1D35E92045F76C00DC9560 /* PhoneExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneExtension.swift; sourceTree = "<group>"; };
@@ -146,6 +147,7 @@
146147
EB8491481ED435920069CD20 /* Info */ = {
147148
isa = PBXGroup;
148149
children = (
150+
EB12473A21C9448300915043 /* .swift-version */,
149151
EBD53F5F1ED829A3007510E3 /* NKVPhonePicker.podspec */,
150152
EBD53F581ED73C0F007510E3 /* README.md */,
151153
);

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br />
55

66
![Platform](https://img.shields.io/badge/platform-ios-blue.svg?style=flat)
7-
![Swift version](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)
7+
![Swift version](https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat)
88
![License](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)
99
[![CocoaPods](https://img.shields.io/cocoapods/v/NKVPhonePicker.svg)](https://cocoapods.org/pods/NKVPhonePicker)
1010
[![CocoaPods](https://img.shields.io/cocoapods/dm/NKVPhonePicker.svg)](https://cocoapods.org/pods/NKVPhonePicker)
@@ -28,7 +28,7 @@ pod try NKVPhonePicker
2828
```
2929
*(don't forget to update your cocoapods master repo)*
3030

31-
If you're still using Swift 2.x - you can set (The development for swift_2.x is deprecated. Stale version still exists)
31+
If you're still using Swift 2.x - you can set (The development for swift_2.x is deprecated. Stale version still exists.)
3232
```ruby
3333
pod 'NKVPhonePicker', :git => "https://github.com/NikKovIos/NKVPhonePicker.git", :branch => "Swift_2.x"
3434
```

0 commit comments

Comments
 (0)