Skip to content

Commit

Permalink
Update Podspec for new deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
8W9aG committed Nov 18, 2016
1 parent d1551c6 commit e45d478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SPTPersistentCache.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SPTPersistentCache"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "SPTPersistentCache is a fast, binary, LRU cache used in the Spotify iOS app"

s.description = <<-DESC
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
with TTL values and semantics for disk management.
DESC

s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.8"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"

s.homepage = "https://github.com/spotify/SPTPersistentCache"
s.social_media_url = "https://twitter.com/spotifyeng"
Expand Down

0 comments on commit e45d478

Please sign in to comment.