Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from yzlai/podspec_1.2.3
Browse files Browse the repository at this point in the history
update podspec to version 1.3
  • Loading branch information
stewwu authored Sep 26, 2016
2 parents c61d2b8 + e34c52c commit acfede2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
YangMingShan Change History
===========================

1.3.0 (2016-09-26)
------------------
* Add `shouldReturnImageForSingleSelection` for choosing return single UIImage(default) or PHAsset. ([#19][] @LawrenceHan)
* Use imagePickerController:didFinishPickingMediaWithInfo: delegate method to replace deprecated one. ([#21][], [#22][] @tranngoclinh88, @yzlai)

[#19]: https://github.com/yahoo/YangMingShan/pull/19
[#21]: https://github.com/yahoo/YangMingShan/issues/21
[#22]: https://github.com/yahoo/YangMingShan/pull/22
2 changes: 1 addition & 1 deletion YangMingShan.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'YangMingShan'
s.author = { "Team" => "yang-ming-shan@yahoo-inc.com" }
s.version = '1.2.2'
s.version = '1.3.0'
s.summary = 'The collection of useful UI components that inspired by Yahoo apps.'
s.homepage = 'https://github.com/yahoo/YangMingShan'
s.license = "Yahoo! Inc. BSD license"
Expand Down

0 comments on commit acfede2

Please sign in to comment.