Skip to content

Commit 0525545

Browse files
authored
Merge pull request #1069 from airbnb/thedrick-3.1.4
Update to 3.1.4
2 parents f1eab8c + 57b58f9 commit 0525545

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- lottie-ios (3.1.3)
2+
- lottie-ios (3.1.4)
33

44
DEPENDENCIES:
55
- lottie-ios (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
lottie-ios: 496ac5cea1bbf1a7bd1f1f472f3232eb1b8d744b
12+
lottie-ios: 0a9c9b9bba9d7f501aa2f6a3f160bcee93b96003
1313

1414
PODFILE CHECKSUM: d7d1d3df3df6c9862ab67dbbfb2f695895dc9d7b
1515

16-
COCOAPODS: 1.7.0
16+
COCOAPODS: 1.7.5

Example/Pods/Local Podspecs/lottie-ios.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/lottie-ios-iOS/lottie-ios-iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/lottie-ios-macOS/lottie-ios-macOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/lottie-ios-tvOS/lottie-ios-tvOS-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lottie-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'lottie-ios'
11-
s.version = '3.1.3'
11+
s.version = '3.1.4'
1212
s.summary = 'A library to render native animations from bodymovin json. Now in Swift!'
1313

1414
s.description = <<-DESC

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lottie-ios",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)