blob: da9af438de7741e188706ccfd294848edfb8fca4 [file] [log] [blame]
{
"name": "CacheKit",
"version": "0.1.0",
"summary": "Easily cache objects in memory, to files, a database or not at all.",
"homepage": "https://github.com/davbeck/CacheKit",
"license": "MIT",
"authors": {
"David Beck": "code@thinkultimate.com"
},
"source": {
"git": "https://github.com/davbeck/CacheKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"CacheKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FMDB": [
"~> 2.4"
]
}
}