-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Readme and Podspec for new release
- Loading branch information
Aleksandr Dvornikov
committed
Oct 25, 2016
1 parent
bcf1143
commit c42198a
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'PHAssetResourceInputStream' | ||
s.version = '0.0.2' | ||
s.version = '0.0.3' | ||
s.license = { :type => 'MIT', :file => 'LICENSE.md' } | ||
s.summary = 'PHAssetResourceInputStream is an NSInputStream implementation library for Photos Framework' | ||
s.summary = 'PHAssetResourceInputStream is an input stream implementation library for assets from Photos Framework' | ||
s.homepage = 'https://github.com/fromcelticpark/PHAssetResourceInputStream' | ||
s.author = { 'Aleksandr Dvornikov' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/fromcelticpark/PHAssetResourceInputStream.git', :tag => s.version.to_s } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters