blob: cc603aa97a6a54d1f11fbc7b3feb1709dd1d662f [file] [log] [blame]
{
"name": "Disk",
"version": "0.0.8",
"summary": "Delightful framework for iOS to easily persist structs, images, and data.",
"description": "Easily work with the file system without worrying about any of its intricacies! Store Codable structs, UIImage, [UIImage], Data, [Data] to Apple recommended locations on the user's disk. Retrieve an object from disk as the type you specify, without having to worry about conversion or casting. Remove specific objects from disk, clear entire directories if you need to, or check if an object exists on disk.",
"homepage": "https://github.com/saoudrizwan/Disk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Saoud Rizwan": "hello@saoudmr.com"
},
"social_media_url": "https://twitter.com/sdrzn",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/saoudrizwan/Disk.git",
"tag": "0.0.8"
},
"source_files": "Sources/**/*.{h,m,swift}",
"pushed_with_swift_version": "4.0\n4.0"
}