Skip to content

Commit

Permalink
完善说明
Browse files Browse the repository at this point in the history
完善说明
  • Loading branch information
DamonHu committed Feb 15, 2018
1 parent 9d62edb commit c29523a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HDCommonTools.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = 'HDCommonTools'
s.version = '1.0.0'
s.version = '1.1.0'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'HDCommonTools,一个常用功能函数的封装库'
s.summary = 'HDCommonTools,一句代码即可实现多种常用功能.数据处理、文件管理、多媒体管理、权限管理、系统信息等几种不同的类型封装.'
s.homepage = 'https://github.com/DamonHu/HDCommonTools'
s.authors = { 'DamonHu' => '[email protected]' }
s.source = { :git => "https://github.com/DamonHu/HDCommonTools.git", :tag => s.version}
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# HDCommonTools

一个常用函数工具的封装库,根据数据处理、文件管理、多媒体管理、权限管理、系统信息等几种不同的类型封装不同的Category,同时可以通过调用不同的函数去使用,一句代码即可实现多种常用功能
一句代码即可实现多种常用功能,根据数据处理、文件管理、多媒体管理、权限管理、系统信息等几种不同的类型封装不同的Category,同时可以通过调用不同的函数去使用。

## 一、导入项目

Expand Down

0 comments on commit c29523a

Please sign in to comment.