blob: 3f5be97dfe2b627c2bc41c45d53374c94247bf9e [file] [log] [blame]
{
"name": "FileSystem",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"summary": "FileSystem is a simple and concise protocol orientated framework for dealing with the file system on iOS, tvOS, watchOS and macOS.",
"version": "0.3",
"homepage": "https://github.com/ObjColumnist/FileSystem",
"authors": {
"Spencer MacDonald": "spencer.macdonald@gmail.com"
},
"license": {
"type": "BSD (3-clause)",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/ObjColumnist/FileSystem.git",
"tag": "0.3"
},
"source_files": "Source/*.swift",
"requires_arc": true
}