blob: 5d3f23e05f31314302b71e4a7878ac6984696540 [file] [log] [blame]
{
"name": "Carlos",
"version": "0.3.0",
"summary": "A simple but flexible cache.",
"description": "Carlos is a small set of classes, global functions and convenience operators to realize custom, flexible and powerful cache layers in your iOS, Watch OS 2 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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"source_files": [
"Carlos/*.swift",
"Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
]
},
"osx": {
"source_files": [
"Carlos/*.swift",
"CarlosMac/*.swift",
"Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}"
],
"exclude_files": [
"Carlos/MemoryWarning.swift",
"Carlos/*+iOS.swift"
]
}
}