blob: fb335869e1cde2525718bbd9ccf39c689c10dff4 [file] [log] [blame]
{
"name": "TMCache",
"version": "2.0.0",
"source_files": "TMCache/*.{h,m}",
"homepage": "https://github.com/tumblr/TMCache",
"summary": "Fast parallel object cache for iOS and OS X.",
"authors": {
"Justin Ouellette": "jstn@tumblr.com"
},
"source": {
"git": "https://github.com/tumblr/TMCache.git",
"tag": "2.0.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}