Skip to content

Commit

Permalink
Version bumped to 2.0.3
Browse files Browse the repository at this point in the history
Swift updated to 4.2
  • Loading branch information
NikKovIos committed Dec 18, 2018
1 parent a3438e1 commit 4aea5f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
2 changes: 1 addition & 1 deletion Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
4 changes: 2 additions & 2 deletions NKVPhonePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

s.social_media_url = 'https://vk.com/lightwithme'
s.social_media_url = 'https://vk.com/nikekov'

end
2 changes: 2 additions & 0 deletions NKVPhonePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
EB12473A21C9448300915043 /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = SOURCE_ROOT; };
EB1D35E52045F3B900DC9560 /* NKVPhonePickerPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NKVPhonePickerPresenter.swift; sourceTree = "<group>"; };
EB1D35E72045F74400DC9560 /* CountryCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCode.swift; sourceTree = "<group>"; };
EB1D35E92045F76C00DC9560 /* PhoneExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneExtension.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -146,6 +147,7 @@
EB8491481ED435920069CD20 /* Info */ = {
isa = PBXGroup;
children = (
EB12473A21C9448300915043 /* .swift-version */,
EBD53F5F1ED829A3007510E3 /* NKVPhonePicker.podspec */,
EBD53F581ED73C0F007510E3 /* README.md */,
);
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br />

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

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

0 comments on commit 4aea5f3

Please sign in to comment.