blob: 5ab86cf37a6d8b998102c006b0b7ba66e58327b1 [file] [log] [blame]
{
"name": "iOSFileSystem",
"version": "1.0.1",
"summary": "Interact with the iOS file system in a protocol oriented way.",
"description": "Written in Swift 4.2 the library is based off two main protocols. `Directory` and `File`. You can now build up references to files and directories by conforming to the protocol. \n\nI provide `Directory` structs for most of the common directories in the sandbox. I also provide a `File` struct for `.png` and `.jpg` files both to serve as an example and to cover you for these two common file types.",
"homepage": "https://github.com/labs-nomad/iOSFileSystem",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shared@nomad-go.com": "nomad@shared-go.com"
},
"source": {
"git": "https://github.com/labs-nomad/iOSFileSystem.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "iOSFileSystem/**/*.{h,m,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}