Skip to content

Commit

Permalink
build(deps): udpates lottie-ios
Browse files Browse the repository at this point in the history
BREAKING CHANGE: lottie-ios and therefore this plugin requires now iOS 11+
  • Loading branch information
timbru31 committed Dec 15, 2021
1 parent b2fdec9 commit ecbdb1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@

### Supported platforms

- **iOS (10+) (with cordova-ios >= 5.0.0 only)**
- **iOS (11+) (with cordova-ios >= 5.0.0 only)**
- **Android (with cordova-android >= 9.0.0 only)**

### Planned platforms
Expand Down
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -47,6 +47,12 @@
"cordova-android": ">=9.0.0",
"cordova-ios": ">=5.0.0",
"apple-ios": ">=9.0.0"
},
">=0.10.0": {
"cordova": ">= 9.0.0",
"cordova-android": ">=9.0.0",
"cordova-ios": ">=5.0.0",
"apple-ios": ">=11.0.0"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -43,7 +43,7 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="lottie-ios" spec="~> 3.2.3" />
<pod name="lottie-ios" spec="~> 3.3.0" />
</pods>
</podspec>
</platform>
Expand Down

0 comments on commit ecbdb1c

Please sign in to comment.