blob: 4a8a7fe0cfbcd0555c5e565bca7715429b07c6d0 [file] [log] [blame]
{
"name": "Carlos",
"version": "0.9.1",
"summary": "A simple but flexible cache.",
"description": "Carlos is a small set of classes convenience operators to realize custom, flexible and powerful cache layers in your iOS, watchOS 2, tvOS and Mac OS X applications.",
"homepage": "https://github.com/WeltN24/Carlos",
"license": "MIT",
"authors": {
"Vittorio Monaco": "vittorio.monaco1@gmail.com"
},
"source": {
"git": "https://github.com/WeltN24/Carlos.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"PiedPiper": [
"~> 0.10.1"
]
},
"ios": {
"source_files": [
"Carlos/*.swift",
"Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
]
},
"watchos": {
"source_files": [
"Carlos/*.swift",
"Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
],
"exclude_files": "Carlos/MemoryWarning.swift"
},
"pushed_with_swift_version": "3.0"
}