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