Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCacheAdvance.podspec
More file actions
Latest commit
15 lines (15 loc) · 635 Bytes
/
Copy pathCacheAdvance.podspec
File metadata and controls
15 lines (15 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name='CacheAdvance'
s.version='4.0.0'
s.license='Apache License, Version 2.0'
s.summary='A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.'
s.homepage='https://github.com/dfed/CacheAdvance'
s.authors='Dan Federman'
s.source={:git=>'https://github.com/dfed/CacheAdvance.git',:tag=>s.version}
s.source_files='Sources/**/*.{swift}'
s.ios.deployment_target='15.0'
s.tvos.deployment_target='15.0'
s.watchos.deployment_target='7.0'
s.macos.deployment_target='11'
s.visionos.deployment_target='1.0'
end