Commit e4ab2adb authored by 汪洋's avatar 汪洋

Bump version to 0.1.2

parent 3c28aa22
PODS: PODS:
- GMRefresh (0.1.1): - GMRefresh (0.1.2):
- MJRefresh (~> 3.1.0) - MJRefresh (~> 3.1.0)
- MJRefresh (3.1.0) - MJRefresh (3.1.0)
...@@ -11,7 +11,7 @@ EXTERNAL SOURCES: ...@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMRefresh: 715b4b3270b31a259d50ac2bdb807766265cd5ee GMRefresh: 80bfd6220568e7ee58d1a1cb83d9251ec1a50635
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4 MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
COCOAPODS: 0.39.0 COCOAPODS: 0.39.0
../../../../../GMRefresh/Classes/GMRefresh.h
\ No newline at end of file
{ {
"name": "GMRefresh", "name": "GMRefresh",
"version": "0.1.1", "version": "0.1.2",
"summary": "基于MJRefresh做的下拉刷新,自动加载更多", "summary": "基于MJRefresh做的下拉刷新,自动加载更多",
"homepage": "http://git.gengmei.cc/gengmeiios/GMLibrary/GMRefresh", "homepage": "http://git.gengmei.cc/gengmeiios/GMLibrary/GMRefresh",
"license": "MIT", "license": "MIT",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"source": { "source": {
"git": "http://git.gengmei.cc/gengmeiios/GMRefresh.git", "git": "http://git.gengmei.cc/gengmeiios/GMRefresh.git",
"tag": "0.1.1" "tag": "0.1.2"
}, },
"platforms": { "platforms": {
"ios": "8.0" "ios": "8.0"
......
PODS: PODS:
- GMRefresh (0.1.1): - GMRefresh (0.1.2):
- MJRefresh (~> 3.1.0) - MJRefresh (~> 3.1.0)
- MJRefresh (3.1.0) - MJRefresh (3.1.0)
...@@ -11,7 +11,7 @@ EXTERNAL SOURCES: ...@@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../" :path: "../"
SPEC CHECKSUMS: SPEC CHECKSUMS:
GMRefresh: 715b4b3270b31a259d50ac2bdb807766265cd5ee GMRefresh: 80bfd6220568e7ee58d1a1cb83d9251ec1a50635
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4 MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
COCOAPODS: 0.39.0 COCOAPODS: 0.39.0
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
buildForArchiving = "YES"> buildForArchiving = "YES">
<BuildableReference <BuildableReference
BuildableIdentifier = 'primary' BuildableIdentifier = 'primary'
BlueprintIdentifier = '2315F3772084378BB0351835' BlueprintIdentifier = '550A4CDDACF34FD801C92C27'
BlueprintName = 'GMRefresh' BlueprintName = 'GMRefresh'
ReferencedContainer = 'container:Pods.xcodeproj' ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'GMRefresh.framework'> BuildableName = 'GMRefresh.framework'>
......
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "GMRefresh.h"
#import "GMRefreshConstant.h" #import "GMRefreshConstant.h"
#import "GMRefreshFooter.h" #import "GMRefreshFooter.h"
#import "GMRefreshHeader.h" #import "GMRefreshHeader.h"
......
...@@ -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.1.1</string> <string>0.1.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
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