Skip to content

Commit

Permalink
Bumped the version to 1.0.0
Browse files Browse the repository at this point in the history
Lottie 3 and pure Swift
  • Loading branch information
dreampiggy committed Jul 8, 2022
1 parent b483305 commit 513e4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SDWebImageLottiePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageLottiePlugin'
s.version = '0.3.0'
s.version = '1.0.0'
s.summary = 'SDWebImage integration with Lottie Animation using remote JSON files'

s.description = <<-DESC
Expand All @@ -24,7 +24,7 @@ SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the L
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '11.0'

s.source_files = 'SDWebImageLottiePlugin/Classes/**/*', 'SDWebImageLottiePlugin/Module/SDWebImageLottiePlugin.h'
s.source_files = 'SDWebImageLottiePlugin/Classes/**/*'

s.pod_target_xcconfig = {
'SUPPORTS_MACCATALYST' => 'YES',
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageLottiePlugin/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 513e4d4

Please sign in to comment.