blob: 5a273cc4a3912ef1756991c2958e565197d111ba [file] [log] [blame]
{
"name": "CacheKit",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"resource_bundles": {
"CacheKit": [
"Pod/Assets/*.png"
]
},
"source_files": "Pod/Classes",
"dependencies": {
"FMDB": [
"~> 2.4"
]
}
}