blob: 0f4be799a0afd034311fd25e096636e1c3407280 [file] [log] [blame]
{
"name": "CacheKit",
"version": "0.6.4",
"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.6.4"
},
"social_media_url": "https://twitter.com/davbeck",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"FMDB": [
"~> 2.4"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "CacheKit/Classes/**/*"
},
{
"name": "FastImages",
"dependencies": {
"CacheKit/Core": [
]
},
"ios": {
"source_files": "CacheKit/FastImages/**/*"
}
}
]
}