We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4672f commit bbbc34aCopy full SHA for bbbc34a
3 files changed
PaystackCore.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = 'PaystackCore'
4
- s.version = '0.0.4'
+ s.version = '0.0.5'
5
s.summary = 'The Paystack Public iOS SDK'
6
7
# TODO: Add correct descriptions
PaystackUI.podspec
s.name = 'PaystackUI'
s.summary = 'The UI Flows build upon the Paystack Public iOS SDK'
Sources/PaystackSDK/Versioning/versions.plist
@@ -3,8 +3,8 @@
<plist version="1.0">
<dict>
<key>Description</key>
- <string>Alpine_Swift</string>
+ <string>0.0.5</string>
<key>Version</key>
8
- <string>0.0.4</string>
9
</dict>
10
</plist>
0 commit comments