We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115317 commit 26265c0Copy full SHA for 26265c0
BetterCodable.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'BetterCodable'
3
- s.version = '0.1.0'
+ s.version = '0.4.0'
4
s.swift_versions = ['5.1']
5
s.summary = 'Better Codable through Property Wrappers'
6
s.homepage = 'https://github.com/marksands/BetterCodable'
@@ -16,4 +16,4 @@ Pod::Spec.new do |s|
16
s.source = { :git => 'https://github.com/marksands/BetterCodable.git', :tag => s.version.to_s }
17
s.source_files = 'Sources/**/*.swift'
18
s.frameworks = 'Foundation'
19
-end
+end
0 commit comments