Skip to content

Commit c0b2a51

Browse files
committed
Bump version num + Update dependencies
1 parent 0e63ac7 commit c0b2a51

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

CSVImporter.podspec

Lines changed: 3 additions & 3 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.1.0"
4+
s.version = "1.2.0"
55
s.summary = "Import CSV files line by line with ease."
66

77
s.description = <<-DESC
@@ -24,7 +24,7 @@ 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.0"
28-
s.dependency "Dschee-FileKit", "~> 2.1.1"
27+
s.dependency "HandySwift", "~> 1.2"
28+
s.dependency "Dschee-FileKit", "~> 3.0"
2929

3030
end

CSVImporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
827A24B51D2801580003D6DD /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
236236
827A24B61D2801580003D6DD /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
237237
828348671CA6E1B000DC4C26 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
238+
A110355E1D666CFD00214547 /* CSVImporter.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = CSVImporter.podspec; sourceTree = "<group>"; };
238239
/* End PBXFileReference section */
239240

240241
/* Begin PBXFrameworksBuildPhase section */
@@ -305,6 +306,7 @@
305306
827A24B51D2801580003D6DD /* LICENSE.md */,
306307
82239F611C4AF89200627674 /* Cartfile */,
307308
82239F621C4AF89200627674 /* Cartfile.private */,
309+
A110355E1D666CFD00214547 /* CSVImporter.podspec */,
308310
828348671CA6E1B000DC4C26 /* .swiftlint.yml */,
309311
82239F491C4AF70500627674 /* Sources */,
310312
82239F551C4AF70500627674 /* Tests */,

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple and expressive file management in Swift
2-
github "Dschee/FileKit" "51c9f5d0b191dd38dbe8e5ef9b89d2dc3285c8f6"
2+
github "nvzqz/FileKit" ~> 3.0
33

44
# Handy Swift features that didn't make it into the Swift standard library.
55
github "Flinesoft/HandySwift" ~> 1.0

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Dschee/FileKit" "51c9f5d0b191dd38dbe8e5ef9b89d2dc3285c8f6"
2-
github "Flinesoft/HandySwift" "1.0.0"
3-
github "Quick/Nimble" "6a4e107f022562a4385bcc8fca14fa0a43f7b318"
4-
github "Quick/Quick" "24d2df57064f5b679c89f44f1f9beac9d15e55e9"
1+
github "nvzqz/FileKit" "v3.0.0"
2+
github "Flinesoft/HandySwift" "1.2.0"
3+
github "Quick/Nimble" "188caeb094bc342614d8a5c706cd8bb9a6c355eb"
4+
github "Quick/Quick" "460abe2d43f47f1da7925ef91b414e6c98daae5a"

README.md

Lines changed: 2 additions & 2 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.1.0-blue.svg"
16-
alt="Version: 1.1.0">
15+
<img src="https://img.shields.io/badge/Version-1.2.0-blue.svg"
16+
alt="Version: 1.2.0">
1717
</a>
1818
<img src="https://img.shields.io/badge/Swift-2.2-FFAC45.svg"
1919
alt="Swift: 2.2">

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.1.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)