Commit df32bfe6b60404bd87e747c1e65a037b342f1f1a

Authored by 梁星国
1 parent 0283a2f9

提交更改podspec

CNLiveImagePickerController.podspec
... ... @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16 16 #
17 17  
18 18 s.name = "CNLiveImagePickerController" # 项目名称
19   - s.version = "0.0.1" # 版本号 与 你仓库的 标签号 对应
  19 + s.version = "0.0.2" # 版本号 与 你仓库的 标签号 对应
20 20 s.summary = "相册选择基于TZImagePickerController" # 项目简介
21 21  
22 22 # This description is used to generate tags and improve search results.
... ... @@ -26,6 +26,7 @@ Pod::Spec.new do |s|
26 26 # * Finally, don't worry about the indent, CocoaPods strips it!
27 27 s.description = <<-DESC
28 28 1.相册选择图片,视频
  29 + 2.更改了相册适配问题
29 30 DESC
30 31  
31 32 s.homepage = "http://bj.gitlab.cnlive.com/ios-team/CNLiveImagePickerController"
... ...