Commit e4ab2adb authored by 汪洋's avatar 汪洋

Bump version to 0.1.2

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