Skip to content

Commit 5542331

Browse files
committed
Release 0.1.0 version to simplify demo usage
1 parent 15ea811 commit 5542331

File tree

4 files changed

+3
-18
lines changed

4 files changed

+3
-18
lines changed

.travis.yml

-14
This file was deleted.

SDWebImageVideoCoder.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageVideoCoder'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of SDWebImageVideoCoder.'
12+
s.summary = 'A toy (non-production) SDWebImage coder plugin to play Video Format like MP4 on Animated Image View'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
This is just a toy coder plugin for SDWebImage. Which aim to provide a demo usage that how SDWeImage combined the Animated Image View and Player and let it works for generic usage and customization.
2222
DESC
2323

2424
s.homepage = 'https://github.com/SDWebImage/SDWebImageVideoCoder'

SDWebImageVideoCoder/Module/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

_Pods.xcodeproj

-1
This file was deleted.

0 commit comments

Comments
 (0)