mirror of
https://github.com/HackPlan/TTGSnackbar.git
synced 2026-04-28 20:04:53 +08:00
Bump version to 0.4.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- TTGSnackbar (0.3.0)
|
||||
- TTGSnackbar (0.4.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- TTGSnackbar (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
TTGSnackbar: 894b05212357acb4202329dd380c048a707d533e
|
||||
TTGSnackbar: d199019790f71bd5e3b8af40dd7870bf68a479bb
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "TTGSnackbar",
|
||||
"module_name": "TTGSnackbar",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"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.3.0"
|
||||
"tag": "0.4.0"
|
||||
},
|
||||
"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.3.0)
|
||||
- TTGSnackbar (0.4.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- TTGSnackbar (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
TTGSnackbar: 894b05212357acb4202329dd380c048a707d533e
|
||||
TTGSnackbar: d199019790f71bd5e3b8af40dd7870bf68a479bb
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
buildForArchiving = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = 'primary'
|
||||
BlueprintIdentifier = '35410086BBBB3BAA2CE30A79'
|
||||
BlueprintIdentifier = '008B20B933CBFC0806D60D7E'
|
||||
BlueprintName = 'TTGSnackbar'
|
||||
ReferencedContainer = 'container:Pods.xcodeproj'
|
||||
BuildableName = 'TTGSnackbar.framework'>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.0</string>
|
||||
<string>0.4.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "TTGSnackbar"
|
||||
s.module_name = "TTGSnackbar"
|
||||
s.version = "0.3.0"
|
||||
s.version = "0.4.0"
|
||||
s.summary = "A Swift based implementation of the Android Snackbar for iOS. Show simple message and action button like a Toast."
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
Reference in New Issue
Block a user