blob: 4b3560e617a81a5c23bde719f35f2efe43a7df59 [file] [log] [blame]
{
"name": "SwiftRemoteFileCache",
"version": "0.1",
"summary": "Manages a cache of remote files for use, based on their relative priority level.",
"homepage": "https://github.com/briankeane/SwiftRemoteFileCache.git",
"license": {
"type": "MIT"
},
"authors": {
"Brian Keane": "brian@playola.fm"
},
"platforms": {
"ios": "10.3",
"osx": "10.11"
},
"source": {
"git": "https://github.com/briankeane/SwiftRemoteFileCache.git",
"tag": "0.1"
},
"exclude_files": [
],
"dependencies": {
"Alamofire": [
"4.7.3"
]
},
"source_files": "Sources/*.{h,m,swift}"
}