Skip to content

Commit

Permalink
Bump version num + Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Aug 18, 2016
1 parent 0e63ac7 commit c0b2a51
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CSVImporter.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CSVImporter"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Import CSV files line by line with ease."

s.description = <<-DESC
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Flinesoft/CSVImporter.git", :tag => "#{s.version}" }
s.source_files = "Sources", "Sources/**/*.swift"
s.framework = "Foundation"
s.dependency "HandySwift", "~> 1.0"
s.dependency "Dschee-FileKit", "~> 2.1.1"
s.dependency "HandySwift", "~> 1.2"
s.dependency "Dschee-FileKit", "~> 3.0"

end
2 changes: 2 additions & 0 deletions CSVImporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
827A24B51D2801580003D6DD /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
827A24B61D2801580003D6DD /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
828348671CA6E1B000DC4C26 /* .swiftlint.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftlint.yml; sourceTree = "<group>"; };
A110355E1D666CFD00214547 /* CSVImporter.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = CSVImporter.podspec; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -305,6 +306,7 @@
827A24B51D2801580003D6DD /* LICENSE.md */,
82239F611C4AF89200627674 /* Cartfile */,
82239F621C4AF89200627674 /* Cartfile.private */,
A110355E1D666CFD00214547 /* CSVImporter.podspec */,
828348671CA6E1B000DC4C26 /* .swiftlint.yml */,
82239F491C4AF70500627674 /* Sources */,
82239F551C4AF70500627674 /* Tests */,
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple and expressive file management in Swift
github "Dschee/FileKit" "51c9f5d0b191dd38dbe8e5ef9b89d2dc3285c8f6"
github "nvzqz/FileKit" ~> 3.0

# Handy Swift features that didn't make it into the Swift standard library.
github "Flinesoft/HandySwift" ~> 1.0
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Dschee/FileKit" "51c9f5d0b191dd38dbe8e5ef9b89d2dc3285c8f6"
github "Flinesoft/HandySwift" "1.0.0"
github "Quick/Nimble" "6a4e107f022562a4385bcc8fca14fa0a43f7b318"
github "Quick/Quick" "24d2df57064f5b679c89f44f1f9beac9d15e55e9"
github "nvzqz/FileKit" "v3.0.0"
github "Flinesoft/HandySwift" "1.2.0"
github "Quick/Nimble" "188caeb094bc342614d8a5c706cd8bb9a6c355eb"
github "Quick/Quick" "460abe2d43f47f1da7925ef91b414e6c98daae5a"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
alt="codebeat badge">
</a>
<a href="https://github.com/Flinesoft/CSVImporter/releases">
<img src="https://img.shields.io/badge/Version-1.1.0-blue.svg"
alt="Version: 1.1.0">
<img src="https://img.shields.io/badge/Version-1.2.0-blue.svg"
alt="Version: 1.2.0">
</a>
<img src="https://img.shields.io/badge/Swift-2.2-FFAC45.svg"
alt="Swift: 2.2">
Expand Down
2 changes: 1 addition & 1 deletion Sources/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit c0b2a51

Please sign in to comment.