File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ Pod::Spec.new do |s|
10
10
11
11
s . ios . deployment_target = '8.0'
12
12
s . osx . deployment_target = '10.9'
13
+ s . tvos . deployment_target = '9.2'
13
14
14
15
s . requires_arc = true
15
16
s . ios . source_files = 'Source/{iOS,Shared}/**/*'
16
17
s . osx . source_files = 'Source/{Mac,Shared}/**/*'
18
+ s . tvos . source_files = 'Source/{iOS,Shared}/**/*'
17
19
18
20
s . frameworks = 'Foundation'
19
21
end
Original file line number Diff line number Diff line change 5
5
[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
6
6
[ ![ License] ( https://img.shields.io/cocoapods/l/Cache.svg?style=flat )] ( http://cocoadocs.org/docsets/Cache )
7
7
[ ![ Platform] ( https://img.shields.io/cocoapods/p/Cache.svg?style=flat )] ( http://cocoadocs.org/docsets/Cache )
8
+ ![ Swift] ( https://img.shields.io/badge/%20in-swift%202.2-orange.svg )
8
9
9
10
## Table of Contents
10
11
@@ -84,7 +85,7 @@ let config = Config(
84
85
// Expiry date that will be applied by default for every added object
85
86
// if it's not overridden in the add(key: object: expiry: completion:) method
86
87
expiry : .Date (NSDate ().dateByAddingTimeInterval (100000 )),
87
- // Maximum size of your cache storage
88
+ // Maximum size of your cache storage
88
89
maxSize : 10000 )
89
90
90
91
let cache = HybridCache (name : " Custom" , config : config)
You can’t perform that action at this time.
0 commit comments