Skip to content

Commit

Permalink
Append cocoapods podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
ag601t committed Apr 5, 2023
1 parent 92359a6 commit 0687772
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions OnlinerNuke.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'OnlinerNuke'
s.version = '12.1.1'
s.summary = 'A powerful image loading and caching system'
s.description = <<-EOS
A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.
EOS
s.homepage = 'https://github.com/kean/Nuke'
s.license = 'MIT'
s.author = 'Alexander Grebenyuk'
s.social_media_url = 'https://twitter.com/a_grebenyuk'
s.source = { :git => '[email protected]:onlinerby/Nuke.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/Nuke/**/*'
end
17 changes: 17 additions & 0 deletions OnlinerNukeExtensions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'OnlinerNukeExtensions'
s.version = '12.1.1'
s.summary = 'A powerful image loading and caching system'
s.description = <<-EOS
A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.
EOS
s.homepage = 'https://github.com/kean/Nuke'
s.license = 'MIT'
s.author = 'Alexander Grebenyuk'
s.social_media_url = 'https://twitter.com/a_grebenyuk'
s.source = { :git => '[email protected]:onlinerby/Nuke.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/NukeExtensions/**/*'

s.dependency 'OnlinerNuke'
end

0 comments on commit 0687772

Please sign in to comment.