Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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【安装】
Expand Down
8 changes: 4 additions & 4 deletions XHDatePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down