Skip to content

Commit

Permalink
Release version 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucimis committed Jun 11, 2019
1 parent e7acb69 commit c4ca26d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion AppboyProject/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
target 'AppboyProject' do
platform :ios, '9.0'
pod 'Appboy-iOS-SDK', '3.14.0'
pod 'Appboy-iOS-SDK', '3.15.0'
end
42 changes: 19 additions & 23 deletions AppboyProject/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,40 @@
PODS:
- Appboy-iOS-SDK (3.14.0):
- Appboy-iOS-SDK/UI (= 3.14.0)
- Appboy-iOS-SDK/ContentCards (3.14.0):
- Appboy-iOS-SDK (3.15.0):
- Appboy-iOS-SDK/UI (= 3.15.0)
- Appboy-iOS-SDK/ContentCards (3.15.0):
- Appboy-iOS-SDK/Core
- SDWebImage/GIF (~> 4.0)
- Appboy-iOS-SDK/Core (3.14.0)
- Appboy-iOS-SDK/Feedback (3.14.0):
- SDWebImage (~> 5.0)
- Appboy-iOS-SDK/Core (3.15.0)
- Appboy-iOS-SDK/Feedback (3.15.0):
- Appboy-iOS-SDK/Core
- Appboy-iOS-SDK/InAppMessage (3.14.0):
- Appboy-iOS-SDK/InAppMessage (3.15.0):
- Appboy-iOS-SDK/Core
- SDWebImage/GIF (~> 4.0)
- Appboy-iOS-SDK/NewsFeed (3.14.0):
- SDWebImage (~> 5.0)
- Appboy-iOS-SDK/NewsFeed (3.15.0):
- Appboy-iOS-SDK/Core
- SDWebImage/GIF (~> 4.0)
- Appboy-iOS-SDK/UI (3.14.0):
- SDWebImage (~> 5.0)
- Appboy-iOS-SDK/UI (3.15.0):
- Appboy-iOS-SDK/ContentCards
- Appboy-iOS-SDK/Core
- Appboy-iOS-SDK/Feedback
- Appboy-iOS-SDK/InAppMessage
- Appboy-iOS-SDK/NewsFeed
- FLAnimatedImage (1.0.12)
- SDWebImage/Core (4.4.6)
- SDWebImage/GIF (4.4.6):
- FLAnimatedImage (~> 1.0)
- SDWebImage/Core
- SDWebImage (5.0.4):
- SDWebImage/Core (= 5.0.4)
- SDWebImage/Core (5.0.4)

DEPENDENCIES:
- Appboy-iOS-SDK (= 3.14.0)
- Appboy-iOS-SDK (= 3.15.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Appboy-iOS-SDK
- FLAnimatedImage
- SDWebImage

SPEC CHECKSUMS:
Appboy-iOS-SDK: 29582f6a0256a80e2fa878f94ab9d5d5f51dd757
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8
Appboy-iOS-SDK: 6d2ec19e51446eecfc03078926afd0fb889451e7
SDWebImage: c739016e4bdf0a4a1f9a04b5e0385395ad63a282

PODFILE CHECKSUM: 2146daab6e2da368052b474caa7d35f2fde4546b
PODFILE CHECKSUM: b62dd2243c2f0d2f04b8921a6b3fe15564995022

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.13.0

##### Breaking
- Updated the native iOS bridge to [Braze iOS SDK 3.15.0](https://github.com/Appboy/appboy-ios-sdk/releases/tag/3.15.0).
- This release of the iOS SDK added support for SDWebImage version 5.0.
- Note that upgrading to SDWebImage 5.0 also removed the FLAnimatedImage transitive dependency.

## 1.12.0

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-appboy-sdk",
"version": "1.12.0",
"version": "1.13.0",
"description": "Braze SDK for React Native.",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-appboy-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE.md', 'README.md', 'package.json', 'index.js'
s.source_files = 'iOS/**/*.{h,m}'

s.dependency 'Appboy-iOS-SDK', '~> 3.14.0'
s.dependency 'Appboy-iOS-SDK', '~> 3.15.0'
s.dependency 'React'
end

0 comments on commit c4ca26d

Please sign in to comment.