File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- 4.0
1+ 4.2
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 77
88Pod ::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
3232end
Original file line number Diff line number Diff line change 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>"; };
146147 EB8491481ED435920069CD20 /* Info */ = {
147148 isa = PBXGroup;
148149 children = (
150+ EB12473A21C9448300915043 /* .swift-version */,
149151 EBD53F5F1ED829A3007510E3 /* NKVPhonePicker.podspec */,
150152 EBD53F581ED73C0F007510E3 /* README.md */,
151153 );
Original file line number Diff line number Diff line change 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
3333pod ' NKVPhonePicker' , :git => " https://github.com/NikKovIos/NKVPhonePicker.git" , :branch => " Swift_2.x"
3434```
You can’t perform that action at this time.
0 commit comments