blob: cb7479f11e7954f4d19d405383f352fbf09bb6f6 [file] [log] [blame]
{
"name": "iOSFileSystem",
"version": "0.1.17",
"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": "0.1.17"
},
"platforms": {
"ios": "11.0"
},
"source_files": "iOSFileSystem/**/*.{h,m,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}