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

Bump version to 0.0.3

parent b01766cd
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.1):
- GMBase (0.0.2):
- GMNetService (= 0.1.3)
- GMPhobos (= 0.2.8)
- GMRefresh (= 0.1.3)
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 831023e2846dde63903f80bffbed12d1607b16d4
GMBase: 241736988ce4b6f5677c917d973aedd3d6403daf
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: 9f046f82fa806bc21cde83732fb411edac0b3d20
......
{
"name": "GMBase",
"version": "0.0.1",
"version": "0.0.2",
"summary": "更美iOS APP 的 Objective-C 基础Pod库",
"homepage": "http://git.gengmei.cc/gengmeiios/GMBase",
"license": "仅限北京更美互动信息科技有限公司内部使用",
......@@ -9,7 +9,7 @@
},
"source": {
"git": "http://git.gengmei.cc/gengmeiios/GMBase.git",
"tag": "0.0.1"
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
......
......@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (0.0.1):
- GMBase (0.0.2):
- GMNetService (= 0.1.3)
- GMPhobos (= 0.2.8)
- GMRefresh (= 0.1.3)
......@@ -46,7 +46,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase: 831023e2846dde63903f80bffbed12d1607b16d4
GMBase: 241736988ce4b6f5677c917d973aedd3d6403daf
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMNetService: 2eb74ed62512078e9f00bc7006227a93c2acdf32
GMPhobos: 9f046f82fa806bc21cde83732fb411edac0b3d20
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>0.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Pod::Spec.new do |s|
s.name = 'GMBase'
s.version = '0.0.2'
s.version = '0.0.3'
s.summary = '更美iOS APP 的 Objective-C 基础Pod库'
s.homepage = 'http://git.gengmei.cc/gengmeiios/GMBase'
s.license = '仅限北京更美互动信息科技有限公司内部使用'
......
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