[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 6 / e / TwoLevelCache / 0.1.0 / TwoLevelCache.podspec.json
blob6d62bd0dde48dbe7b59bc622aca1664b45fe7b7a
2   "name": "TwoLevelCache",
3   "version": "0.1.0",
4   "summary": "Customizable two-level cache for iOS (Swift).",
5   "description": "Customizable two-level cache for iOS (Swift). Level 1 is memory powered by NSCache and level 2 is filesystem which uses NSCachesDirectory.\nAll cache data are managed by OS level. Then you don't have to consider the number of objects and the usage of memory or storage.",
6   "homepage": "https://github.com/ysawa/TwoLevelCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yoshihiro Sawa": "yoshihirosawa@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ysawa/TwoLevelCache.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/yoshiiiine",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "TwoLevelCache/Classes/**/*",
23   "pushed_with_swift_version": "4.0"