File tree 6 files changed +13
-11
lines changed
6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "CSVImporter"
4
- s . version = "1.1 .0"
4
+ s . version = "1.2 .0"
5
5
s . summary = "Import CSV files line by line with ease."
6
6
7
7
s . description = <<-DESC
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
24
s . source = { :git => "https://github.com/Flinesoft/CSVImporter.git" , :tag => "#{ s . version } " }
25
25
s . source_files = "Sources" , "Sources/**/*.swift"
26
26
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 "
29
29
30
30
end
Original file line number Diff line number Diff line change 235
235
827A24B51D2801580003D6DD /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
236
236
827A24B61D2801580003D6DD /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
237
237
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>"; };
238
239
/* End PBXFileReference section */
239
240
240
241
/* Begin PBXFrameworksBuildPhase section */
305
306
827A24B51D2801580003D6DD /* LICENSE.md */,
306
307
82239F611C4AF89200627674 /* Cartfile */,
307
308
82239F621C4AF89200627674 /* Cartfile.private */,
309
+ A110355E1D666CFD00214547 /* CSVImporter.podspec */,
308
310
828348671CA6E1B000DC4C26 /* .swiftlint.yml */,
309
311
82239F491C4AF70500627674 /* Sources */,
310
312
82239F551C4AF70500627674 /* Tests */,
Original file line number Diff line number Diff line change 1
1
# Simple and expressive file management in Swift
2
- github "Dschee /FileKit" "51c9f5d0b191dd38dbe8e5ef9b89d2dc3285c8f6"
2
+ github "nvzqz /FileKit" ~> 3.0
3
3
4
4
# Handy Swift features that didn't make it into the Swift standard library.
5
5
github "Flinesoft/HandySwift" ~> 1.0
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 12
12
alt="codebeat badge">
13
13
</a>
14
14
<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">
17
17
</a>
18
18
<img src="https://img.shields.io/badge/Swift-2.2-FFAC45.svg"
19
19
alt="Swift: 2.2">
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1 .0 </string >
18
+ <string >1.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments