Skip to content

Commit

Permalink
Pushwoosh Inbox UI 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jul 16, 2020
1 parent 3728fef commit 6e02005
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Framework/PushwooshInboxUI.framework/Versions/A/PushwooshInboxUI
Binary file not shown.
4 changes: 2 additions & 2 deletions PushwooshInboxUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = "Pushwoosh Inbox UI library by Pushwoosh."
s.platform = :ios
s.ios.deployment_target = '8.0'
s.version = "6.0.4"
s.version = "6.0.0"
s.description = "Pushwoosh Inbox UI library by Pushwoosh. " \
"http://www.pushwoosh.com "

Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/Pushwoosh/pushwoosh-inbox-ui-ios-sdk.git", :tag => s.version }

s.dependency 'Pushwoosh', '~> 5.16'
s.dependency 'Pushwoosh', '~> 6.0'
s.ios.vendored_frameworks = 'Framework/PushwooshInboxUI.framework'
s.resources = 'Framework/PushwooshInboxBundle.bundle'

Expand Down
4 changes: 2 additions & 2 deletions PushwooshInboxUI/PushwooshInboxUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.4</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>6.0.4</string>
<string>6.0.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 6e02005

Please sign in to comment.