File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Xcode/SwiftyPromise/SwiftyPromise Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SwiftyPromise"
3- s . version = "1.0.0 "
3+ s . version = "1.3 "
44 s . summary = "A simple promise framework for Swift."
55
66 s . description = <<-DESC
@@ -10,7 +10,7 @@ This small library implements thread safe promises for Swift. It allows to creat
1010 s . homepage = "https://github.com/sroebert/SwiftyPromise"
1111 s . license = { :type => 'MIT' }
1212 s . author = { "Steven Roebert" => "steven@roebert.nl" }
13- s . source = { :git => "https://github.com/sroebert/SwiftyPromise.git" , :tag => "v #{ s . version } " }
13+ s . source = { :git => "https://github.com/sroebert/SwiftyPromise.git" , :tag => "#{ s . version } " }
1414
1515 s . requires_arc = true
1616 s . source_files = 'Sources/**/*.{h,swift}'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1 .0 </string >
18+ <string >1.3 .0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments