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

Bump version to 0.5.0

parent a0933f13
...@@ -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.8): - GMPhobos (0.4.9):
- 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: 0b1d6acefe2ad81a4d61489750fa18c2c01a9f7c GMPhobos: e527fcd9d046eece273f3e6e91603081785b3d18
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
{ {
"name": "GMPhobos", "name": "GMPhobos",
"version": "0.4.8", "version": "0.4.9",
"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.8" "tag": "0.4.9"
}, },
"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.8): - GMPhobos (0.4.9):
- 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: 0b1d6acefe2ad81a4d61489750fa18c2c01a9f7c GMPhobos: e527fcd9d046eece273f3e6e91603081785b3d18
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.8</string> <string>0.4.9</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.9" s.version = "0.5.0"
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