blob: 81132c57202b0bd081722466aa248d4737ae7ae9 [file] [log] [blame]
{
"name": "APSmartStorage",
"version": "0.0.7",
"summary": "A smart storage for network resources by @Alterplay folks. It automatically caches data on disk or in memory. #iosdev",
"homepage": "https://github.com/Alterplay/APSmartStorage",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "alexey.belkevich@alterplay.com"
},
"source": {
"git": "https://github.com/Alterplay/APSmartStorage.git",
"tag": "0.0.7"
},
"source_files": "Classes/**/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"APAsyncDictionary": [
"0.0.4"
],
"MD5Digest": [
"0.1.0"
]
}
}