blob: dd6a651170b000539e9e6b23dae927ffd02c3fcd [file] [log] [blame]
{
"name": "APSmartStorage",
"version": "0.0.5",
"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.5"
},
"source_files": "Classes/**/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"APAsyncDictionary": [
"0.0.3"
],
"MD5Digest": [
"0.1.0"
]
}
}