File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
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 = 'Base64'
3- s . version = '1.2.0 '
3+ s . version = '1.2.2 '
44 s . license = 'Public Domain'
55 s . summary = 'RFC 4648 Base64 implementation in Objective-C ARC.'
66 s . homepage = 'https://github.com/ekscrypto/Base64'
77 s . author = { 'Dave Poirier' => '[email protected] ' } 8- s . source = { :git => 'https://github.com/ekscrypto/Base64.git' , :tag => '1.2.0 ' }
8+ s . source = { :git => 'https://github.com/ekscrypto/Base64.git' , :tag => '1.2.2 ' }
99 s . source_files = 'Base64/MF_Base64Additions.m' , 'Base64/MF_Base64Additions.h'
1010 s . requires_arc = true
1111end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let package = Package(
2525 name : " MyApp" ,
2626 targets : [],
2727 dependencies : [
28- .Package (url : " https://github.com/ekscrypto/Base64.git" , .upToNextMajor (from : " 1.2.0 " ))
28+ .Package (url : " https://github.com/ekscrypto/Base64.git" , .upToNextMajor (from : " 1.2.2 " ))
2929 ]
3030)
3131```
You can’t perform that action at this time.
0 commit comments