diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ece1700 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 2c22487..24810f3 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ xcuserdata/ *.ipa *.dSYM.zip *.dSYM - +*.DS_Store ## Playgrounds timeline.xctimeline playground.xcworkspace diff --git a/CountryPickerSwift.podspec b/CountryPickerSwift.podspec index e0246ee..e7be46d 100644 --- a/CountryPickerSwift.podspec +++ b/CountryPickerSwift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'CountryPickerSwift' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'Swift CountryPicker' # This description is used to generate tags and improve search results. diff --git a/Example/Pods/CountryPickerSwift/CountryPicker/Classes/CountryView.xib b/Example/Pods/CountryPickerSwift/CountryPicker/Classes/CountryView.xib index fb576a5..67d2f30 100755 --- a/Example/Pods/CountryPickerSwift/CountryPicker/Classes/CountryView.xib +++ b/Example/Pods/CountryPickerSwift/CountryPicker/Classes/CountryView.xib @@ -1,11 +1,11 @@ - + - + @@ -21,7 +21,7 @@ - + @@ -62,7 +62,4 @@ - - - diff --git a/README.md b/README.md index 6461092..b13d26c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ CountryPicker is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'CountryPickerSwift' +pod 'CountryPickerSwift' :tag => '1.4.1' ``` ## Author