blob: 44af1e30f0a6616057daee727d66b05160e05405 [file] [log] [blame]
{
"name": "TTNCache",
"version": "0.0.1",
"source_files": "TTNCache/*.{h,m}",
"homepage": "https://github.com/TouTooNet/TTNCache",
"summary": "Fast object cache for iOS and OS X.",
"authors": {
"SimMan": "liwei0990@gmail.com"
},
"source": {
"git": "https://github.com/TouTooNet/TTNCache.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}