We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d65146 + fd95f8c commit efac32aCopy full SHA for efac32a
Postal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Postal'
3
- s.version = '0.4.0'
+ s.version = '0.4.1'
4
s.summary = 'A swift framework for working with emails.'
5
s.description = 'A Swift framework for working with emails. Simple and quick to use. Built on top of libetpan.'
6
s.homepage = 'https://github.com/snipsco/Postal'
@@ -43,7 +43,7 @@ Pod::Spec.new do |s|
43
s.subspec 'ReactiveSwift' do |sp|
44
sp.source_files = 'Postal/ReactiveSwift/*.swift'
45
sp.dependency 'Postal/Core'
46
- sp.dependency 'ReactiveSwift', '1.0.0-rc.3'
+ sp.dependency 'ReactiveSwift', '1.0.0'
47
end
48
49
0 commit comments