Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
s2mr committed Jan 17, 2023
1 parent 74eaebe commit 79d0f83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Elephant.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = 'Elephant'
s.swift_version = '5.0'
s.version = '0.1.0'
s.swift_version = '5.7'
s.version = '0.1.1'
s.summary = 'SVG animation kit for iOS'
s.description = <<-DESC
You can display the elegant svg animation in app.
DESC
s.homepage = 'https://github.com/kzumu/Elephant'
s.homepage = 'https://github.com/s2mr/Elephant'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Kazumasa Shimomura' => '[email protected]' }
s.source = { :git => 'https://github.com/kzumu/Elephant.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/kazuringo5'
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/**/*.swift'
s.source = { :git => 'https://github.com/s2mr/Elephant.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/s2mr_kaz'
s.ios.deployment_target = '11.0'
s.source_files = 'Sources/Elephant/*.swift'
s.frameworks = 'Foundation', 'UIKit', 'WebKit'
end

0 comments on commit 79d0f83

Please sign in to comment.