Commit 86351398 authored by jaguar-bot's avatar jaguar-bot

Bump version to 0.4.8

parent 034a89c8
...@@ -36,7 +36,7 @@ PODS: ...@@ -36,7 +36,7 @@ PODS:
- Masonry (= 1.0.1) - Masonry (= 1.0.1)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMOCConstant (0.0.4) - GMOCConstant (0.0.4)
- GMPhobos (0.4.6): - GMPhobos (0.4.7):
- GMCache (~> 0.1.1) - GMCache (~> 0.1.1)
- GMKit - GMKit
- Masonry (1.0.1) - Masonry (1.0.1)
...@@ -58,7 +58,7 @@ SPEC CHECKSUMS: ...@@ -58,7 +58,7 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13 GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380 GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290 GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 1eb996e0d68afb5b54cb2fc4bbec79c6a91c2f4a GMPhobos: 68cf0ccf5c559cb574191e4964a5c491549dfa04
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
{ {
"name": "GMPhobos", "name": "GMPhobos",
"version": "0.4.6", "version": "0.4.7",
"summary": "GM statistic data sdk", "summary": "GM statistic data sdk",
"description": "GM event track sdk.", "description": "GM event track sdk.",
"homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos", "homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"source": { "source": {
"git": "git@git.gengmei.cc:gengmeiios/GMPhobos.git", "git": "git@git.gengmei.cc:gengmeiios/GMPhobos.git",
"tag": "0.4.6" "tag": "0.4.7"
}, },
"platforms": { "platforms": {
"ios": "8.0" "ios": "8.0"
......
...@@ -36,7 +36,7 @@ PODS: ...@@ -36,7 +36,7 @@ PODS:
- Masonry (= 1.0.1) - Masonry (= 1.0.1)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMOCConstant (0.0.4) - GMOCConstant (0.0.4)
- GMPhobos (0.4.6): - GMPhobos (0.4.7):
- GMCache (~> 0.1.1) - GMCache (~> 0.1.1)
- GMKit - GMKit
- Masonry (1.0.1) - Masonry (1.0.1)
...@@ -58,7 +58,7 @@ SPEC CHECKSUMS: ...@@ -58,7 +58,7 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13 GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380 GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290 GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 1eb996e0d68afb5b54cb2fc4bbec79c6a91c2f4a GMPhobos: 68cf0ccf5c559cb574191e4964a5c491549dfa04
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.4.6</string> <string>0.4.7</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "GMPhobos" s.name = "GMPhobos"
s.version = "0.4.7" s.version = "0.4.8"
s.summary = "GM statistic data sdk" s.summary = "GM statistic data sdk"
s.description = <<-DESC s.description = <<-DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment