blob: 664d57be3ea727b0838af53ec35d251207344285 [file] [log] [blame]
{
"name": "DiskFree",
"version": "0.6.4",
"summary": "Delightful framework for iOS to easily persist structs, images, and data",
"description": "Easily work with the iOS file system without worrying about any of its intricacies. Save 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. Append data to file locations without worrying about retrieval, manipulation, or conversion. Clear entire directories if you need to, check if an object exists on disk, and much more.",
"homepage": "https://github.com/saoudrizwan/Disk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arseniy Banayev": "arseniy@banayev.com"
},
"social_media_url": "https://twitter.com/sdrzn",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/saoudrizwan/Disk.git",
"tag": "0.6.4"
},
"source_files": "Sources/**/*.{h,m,swift}",
"swift_version": "5.0"
}