mirror of
https://github.com/hyperoslo/Cache.git
synced 2026-04-07 19:17:36 +00:00
81fc4e5310
This reverts commit472e8f59f9, reversing changes made toec9f3af90d.
24 lines
831 B
Ruby
24 lines
831 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "Cache"
|
|
s.summary = "Nothing but cache."
|
|
s.version = "7.0.1"
|
|
s.homepage = "https://github.com/hyperoslo/Cache"
|
|
s.license = 'MIT'
|
|
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
|
|
s.source = { :git => "https://github.com/hyperoslo/Cache.git", :tag => s.version.to_s }
|
|
s.social_media_url = 'https://twitter.com/hyperoslo'
|
|
|
|
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 = 'Source/{iOS,Shared}/**/*'
|
|
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
|
|
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
|
|
s.resources = 'Source/PrivacyInfo.xcprivacy'
|
|
|
|
s.frameworks = 'Foundation'
|
|
s.swift_version = '5.0'
|
|
end
|