mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-24 03:55:02 +08:00
Bump to version 0.5.2.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- TTGSnackbar (0.5.1)
|
||||
- TTGSnackbar (0.5.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- TTGSnackbar (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
TTGSnackbar: 910ad2ae6447147a3e6346c26a4c58e5e5bdf8a9
|
||||
TTGSnackbar: 160198d53fc182c37b5d447031b40ddee298d371
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "TTGSnackbar",
|
||||
"module_name": "TTGSnackbar",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"summary": "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button like a Toast.",
|
||||
"description": "TTGSnackbar is useful for showing a brief message at the bottom of the screen with an action button.\nIt appears above all other elements on screen and only one can be displayed at a time.\nIt disappears after a timeout or after user click the action button.",
|
||||
"homepage": "https://github.com/zekunyan/TTGSnackbar",
|
||||
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/zekunyan/TTGSnackbar.git",
|
||||
"tag": "0.5.1"
|
||||
"tag": "0.5.2"
|
||||
},
|
||||
"source_files": "TTGSnackbar/**/*.{h,swift}",
|
||||
"requires_arc": true
|
||||
|
||||
4
Example/Pods/Manifest.lock
generated
4
Example/Pods/Manifest.lock
generated
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- TTGSnackbar (0.5.1)
|
||||
- TTGSnackbar (0.5.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- TTGSnackbar (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
TTGSnackbar: 910ad2ae6447147a3e6346c26a4c58e5e5bdf8a9
|
||||
TTGSnackbar: 160198d53fc182c37b5d447031b40ddee298d371
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
buildForArchiving = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = 'primary'
|
||||
BlueprintIdentifier = '120A9003DE993693ACE5D4D3'
|
||||
BlueprintIdentifier = '043576FB7555917F964B4AEA'
|
||||
BlueprintName = 'TTGSnackbar'
|
||||
ReferencedContainer = 'container:Pods.xcodeproj'
|
||||
BuildableName = 'TTGSnackbar.framework'>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.5.1</string>
|
||||
<string>0.5.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user