Skip to content

Commit

Permalink
Update Imaginary.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Oct 4, 2020
1 parent c7be321 commit 6f95417
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Imaginary.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Pod::Spec.new do |s|
s.name = "Imaginary"
s.summary = "Remote images, as easy as one, two, three."
s.version = "4.3.1"
s.version = "5.0.0"
s.homepage = "https://github.com/hyperoslo/Imaginary"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
s.source = { :git => "https://github.com/hyperoslo/Imaginary.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hyperoslo'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.2'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '11.0'

s.requires_arc = true
s.ios.source_files = 'Sources/{iOS,Shared}/**/*'
s.osx.source_files = 'Sources/{Mac,Shared}/**/*'
s.tvos.source_files = 'Sources/{iOS,Shared}/**/*'

s.frameworks = 'Foundation'
s.dependency 'Cache', '~> 5.3.0'
s.dependency 'Cache', '~> 6.0.0'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = '5.0'
Expand Down

0 comments on commit 6f95417

Please sign in to comment.