blob: 31514cb85a55e2606a3afaac62ac2251c19dac03 [file] [log] [blame]
{
"name": "SAMCache",
"version": "0.3.2",
"summary": "Simple in memory and on disk cache.",
"description": "Simple in memory and on disk cache for iOS and Mac OS X.",
"homepage": "https://github.com/soffes/SAMCache",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/SSCache.git",
"tag": "v0.3.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.9"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"SAMCache/SAMCache.{h,m}",
"SAMCache/SAMCache+Private.{h,m}",
"SAMCache/SAMCache+Image.{h,m}"
]
},
"watchos": {
"frameworks": [
"Foundation",
"WatchKit"
],
"source_files": [
"SAMCache/SAMCache.{h,m}",
"SAMCache/SAMCache+Private.{h,m}",
"SAMCache/SAMCache+Image.{h,m}"
]
},
"osx": {
"frameworks": "Foundation",
"source_files": [
"SAMCache/SAMCache.{h,m}",
"SAMCache/SAMCache+Private.{h,m}"
]
}
}