From d188af981984e468e9a89c38e421bd18c03ea201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=AA=E6=96=B0=E7=94=9F?= <1911398892@qq.com> Date: Wed, 30 Aug 2017 13:16:27 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1=E3=80=81tag=20and=20podspec=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XHDatePicker.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XHDatePicker.podspec b/XHDatePicker.podspec index ebd3312..6708955 100644 --- a/XHDatePicker.podspec +++ b/XHDatePicker.podspec @@ -2,13 +2,13 @@ Pod::Spec.new do |s| s.name = "XHDatePicker" - s.version = "0.0.2" + s.version = "0.0.4" s.summary = "日期选择器 for iOS." s.homepage = "https://github.com/XHJCoder/XHDatePicker" s.license = "MIT" - s.author = { "XH_J" => "1149949564@qq.com" } + s.author = { "XH_J" => "1149949564@qq.com","倪新生" => "1911398892@qq.com" } s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/XHJCoder/XHDatePicker.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/wvqusrtg/XHDatePicker.git", :tag => s.version } s.source_files = "XHDatePicker","XHDatePicker/**/*.{h,m,xib}" s.framework = "UIKit" From 0c7efcb3003fb6e2aedabe8e6498477cf68d4f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=AA=E6=96=B0=E7=94=9F?= <1911398892@qq.com> Date: Wed, 30 Aug 2017 13:20:01 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1=E3=80=81podspec=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XHDatePicker.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XHDatePicker.podspec b/XHDatePicker.podspec index 6708955..4b0c7ee 100644 --- a/XHDatePicker.podspec +++ b/XHDatePicker.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = "XHDatePicker" s.version = "0.0.4" - s.summary = "日期选择器 for iOS." + s.summary = "日期选择器 for iOS.Object-C" s.homepage = "https://github.com/XHJCoder/XHDatePicker" s.license = "MIT" s.author = { "XH_J" => "1149949564@qq.com","倪新生" => "1911398892@qq.com" } From e1caf7a6b11de7d972065cb9687fced429174656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=AA=E6=96=B0=E7=94=9F?= <1911398892@qq.com> Date: Wed, 30 Aug 2017 13:27:28 +0800 Subject: [PATCH 3/3] =?UTF-8?q?1=E3=80=81README.md=20update;=20=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E5=BA=93=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1588bcb..538601a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # XHDatePicker 日期选择器 +--- + +![License MIT](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000) +![Pod version](https://img.shields.io/cocoapods/v/XHDatePicker.svg?style=flat) +[![Platform info](https://img.shields.io/cocoapods/p/XHDatePicker.svg?style=flat)](http://cocoadocs.org/docsets/XHDatePicker) +[![Build Status](https://api.travis-ci.org/XHDatePicker/XHDatePicker.svg?branch=master)](https://travis-ci.org/XHDatePicker/XHDatePicker) + +--- + ![日期选择器](https://github.com/XHJCoder/XHDatePicker/blob/master/Screenshot/screen1.png) ## Installation【安装】