blob: 195d37d135cef89792da7089375034f16d05c3a2 [file] [log] [blame]
{
"name": "SwiftRemoteFileCache",
"version": "0.2",
"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"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.3",
"osx": "10.11"
},
"source": {
"git": "https://github.com/briankeane/SwiftRemoteFileCache.git",
"tag": "0.2"
},
"exclude_files": [
],
"dependencies": {
"Alamofire": [
"4.7.3"
]
},
"source_files": "Sources/*.{h,m,swift}",
"swift_version": "5.0"
}