Skip to content

Commit

Permalink
Added pod support for tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 24, 2021
1 parent b1be8a2 commit 39d1fdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.1.3

- Added pod support for tvOS

## 4.1.2

- iOS target moved to 11.0 to align with React Native 64
Expand Down
1 change: 1 addition & 0 deletions lottie-react-native.podspec
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.source = { :git => "https://github.com/react-community/lottie-react-native.git", :tag => "v#{s.version}" }
s.source_files = "src/ios/**/*.{h,m,swift}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "4.1.2",
"version": "4.1.3",
"description": "React Native bindings for Lottie",
"main": "lib/index.js",
"types": "src/js/index.d.ts",
Expand Down

0 comments on commit 39d1fdd

Please sign in to comment.