capacitor-lottie-splash 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CapacitorLottieSplash.podspec +1 -1
- package/README.md +1 -1
- package/dist/plugin.cjs.js +1 -17039
- package/ios/Resources/lottie.min.js +1 -0
- package/package.json +3 -2
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.author = package['author']
|
|
12
12
|
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
|
|
13
13
|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
14
|
-
s.resources = '
|
|
14
|
+
s.resources = 'ios/Resources/lottie.min.js'
|
|
15
15
|
s.ios.deployment_target = '15.0'
|
|
16
16
|
s.dependency 'Capacitor'
|
|
17
17
|
s.dependency 'lottie-ios', '4.6.1'
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`capacitor-lottie-splash` is a Capacitor 8 plugin for an app-owned splash presentation: a static OS launch surface hands off to Lottie on iOS and Android, while browser builds use an isolated DOM overlay.
|
|
4
4
|
|
|
5
|
-
The package is public. It contains no HeadCount production art; the consuming app bundles its own Lottie JSON, posters, and native launch resources.
|
|
5
|
+
The package is public. It contains no HeadCount production art; the consuming app bundles its own Lottie JSON, posters, and native launch resources. The package does bundle the Lottie browser runtime required by the iOS native cover.
|
|
6
6
|
|
|
7
7
|
## Contract
|
|
8
8
|
|