mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Version Bump
This commit is contained in:
parent
b3a122342b
commit
c172c5eb81
@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- lottie-ios (2.1.1)
|
||||
- lottie-ios (2.1.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- lottie-ios (from `../`)
|
||||
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
lottie-ios: 5f9093e182cae3344cc402cc2610d5fcfd6aeaa5
|
||||
lottie-ios: 0f66c4af9850da2a8193fc1a7fd089c59a01bb2e
|
||||
|
||||
PODFILE CHECKSUM: fdbd59f361db8744871f0e9a0b3f94e0b7b8ca6b
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lottie-ios",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"summary": "Used to natively render vector animations exported from After Effects.",
|
||||
"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!\n\nFor the first time, designers can create and ship beautiful animations without an enginineer painstakingly recreating it be hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Animations can be played, resized, looped, sped up, slowed down, and even interactively scrubbed.",
|
||||
"homepage": "https://github.com/airbnb/lottie-ios",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/airbnb/lottie-ios.git",
|
||||
"tag": "2.1.1"
|
||||
"tag": "2.1.2"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0",
|
||||
|
4
Example/Pods/Manifest.lock
generated
4
Example/Pods/Manifest.lock
generated
@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- lottie-ios (2.1.1)
|
||||
- lottie-ios (2.1.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- lottie-ios (from `../`)
|
||||
@ -9,7 +9,7 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
lottie-ios: 5f9093e182cae3344cc402cc2610d5fcfd6aeaa5
|
||||
lottie-ios: 0f66c4af9850da2a8193fc1a7fd089c59a01bb2e
|
||||
|
||||
PODFILE CHECKSUM: fdbd59f361db8744871f0e9a0b3f94e0b7b8ca6b
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.1</string>
|
||||
<string>2.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.1</string>
|
||||
<string>2.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'lottie-ios'
|
||||
s.version = '2.1.1'
|
||||
s.version = '2.1.2'
|
||||
s.summary = 'Used to natively render vector animations exported from After Effects.'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lottie-ios",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user