blob: 36b66b9cb74510da179b052292d9b8a9e6d7daf5 [file] [log] [blame]
{
"name": "SwiftFileManager",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Backgroundable": [
"~> 0.1"
],
"BLLogger": [
"~> 0.1"
],
"Stringer": [
"~> 0.1"
]
}
}