blob: 9c51fe59395bea27ff5229f226a60586cf027b9d [file] [log] [blame]
{
"name": "SwiftFileManager",
"version": "0.5.0",
"summary": "A handy Swift extension that makes life easier when dealing with files on iOS / Mac OS X.",
"homepage": "https://github.com/BellAppLab/SwiftFileManager",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/SwiftFileManager.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Backgroundable": [
],
"BLLogger": [
],
"Stringer": [
]
}
}