-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 4.0.0, remove backwards compatibility typealiases (#1768)
- Loading branch information
Showing
11 changed files
with
12 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'lottie-ios' | ||
s.version = '3.5.0' | ||
s.version = '4.0.0' | ||
s.summary = 'A library to render native animations from bodymovin json' | ||
|
||
s.description = <<-DESC | ||
|
@@ -19,7 +19,7 @@ Lottie enables designers to create and ship beautiful animations without an engi | |
|
||
s.homepage = 'https://github.com/airbnb/lottie-ios' | ||
s.license = { :type => 'Apache', :file => 'LICENSE' } | ||
s.author = { 'Brandon Withrow' => '[email protected]' } | ||
s.author = { 'Brandon Withrow' => '[email protected]', 'Cal Stephens' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/airbnb/lottie-ios.git', :tag => s.version.to_s } | ||
|
||
s.swift_version = '5.3' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lottie-ios", | ||
"version": "3.5.0", | ||
"version": "4.0.0", | ||
"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!", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/airbnb/lottie-ios.git" | ||
}, | ||
"author": "Brandon Withrow <[email protected]>", | ||
"author": "Brandon Withrow <[email protected]>, Cal Stephens <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/airbnb/lottie-ios/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters