blob: 946ad51404675c6b6b0d80deadd006fb60d08c81 [file] [log] [blame]
{
"name": "ESPFileManager",
"platforms": {
"ios": "11.0",
"osx": "10.14",
"watchos": "5.0",
"tvos": "10.0"
},
"summary": "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage.",
"requires_arc": true,
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Toropkin": "toropkind@gmail.com"
},
"homepage": "https://github.com/ESKARIA/ESFileManager.git",
"source": {
"git": "https://github.com/ESKARIA/ESFileManager.git",
"tag": "0.0.5"
},
"frameworks": "Foundation",
"source_files": "ESFileManager/**/*.{swift}",
"exclude_files": [
"ESFileManager/ESFileManagerExample_iOS/",
"ESFileManagerExample_iOS/",
"ESFileManager/ESFileManagerTests",
"ESFileManagerTests"
]
}