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【安装】 diff --git a/XHDatePicker.podspec b/XHDatePicker.podspec index ebd3312..4b0c7ee 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.summary = "日期选择器 for iOS." + s.version = "0.0.4" + s.summary = "日期选择器 for iOS.Object-C" 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"