Bump version to 0.4.0

This commit is contained in:
zekunyan
2016-03-13 20:54:02 +08:00
parent bdb9303207
commit b8e9974018
6 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -14,7 +14,7 @@
buildForArchiving = "YES">
<BuildableReference
BuildableIdentifier = 'primary'
BlueprintIdentifier = '35410086BBBB3BAA2CE30A79'
BlueprintIdentifier = '008B20B933CBFC0806D60D7E'
BlueprintName = 'TTGSnackbar'
ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'TTGSnackbar.framework'>

View File

@@ -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>

View File

@@ -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