Skip to content

Commit 4bb72b5

Browse files
committed
Bump version num
1 parent de2895c commit 4bb72b5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CSVImporter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "CSVImporter"
4-
s.version = "1.5.0"
4+
s.version = "1.6.0"
55
s.summary = "Import CSV files line by line with ease."
66

77
s.description = <<-DESC
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424
s.source = { :git => "https://github.com/Flinesoft/CSVImporter.git", :tag => "#{s.version}" }
2525
s.source_files = "Sources", "Sources/**/*.swift"
2626
s.framework = "Foundation"
27-
s.dependency "HandySwift", "~> 1.3"
27+
s.dependency "HandySwift", "~> 2.0"
2828

2929
end

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
alt="codebeat badge">
1313
</a>
1414
<a href="https://github.com/Flinesoft/CSVImporter/releases">
15-
<img src="https://img.shields.io/badge/Version-1.5.0-blue.svg"
16-
alt="Version: 1.5.0">
15+
<img src="https://img.shields.io/badge/Version-1.6.0-blue.svg"
16+
alt="Version: 1.6.0">
1717
</a>
1818
<img src="https://img.shields.io/badge/Swift-3-FFAC45.svg"
1919
alt="Swift: 3">
@@ -56,7 +56,7 @@ You can of course also just include this framework manually into your project by
5656
Simply add this line to your Cartfile:
5757

5858
```
59-
github "Flinesoft/CSVImporter" ~> 1.5
59+
github "Flinesoft/CSVImporter" ~> 1.6
6060
```
6161

6262
And run `carthage update`. Then drag & drop the HandySwift.framework in the Carthage/build folder to your project. Also do the same with the dependent framework `HandySwift`. Now you can `import CSVImporter` in each class you want to use its features. Refer to the [Carthage README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for detailed / updated instructions.
@@ -71,7 +71,7 @@ platform :ios, '8.0'
7171
use_frameworks!
7272

7373
target 'MyAppTarget' do
74-
pod 'CSVImporter', '~> 1.5'
74+
pod 'CSVImporter', '~> 1.6'
7575
end
7676
```
7777

Sources/Supporting Files/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.5.0</string>
18+
<string>1.6.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)