[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 0 / Disk / 0.2.3 / Disk.podspec.json
blob74e54436d78b0456b53657ed2089843f51018c8e
2   "name": "Disk",
3   "version": "0.2.3",
4   "summary": "Delightful framework for iOS to easily persist structs, images, and data",
5   "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.",
6   "homepage": "https://github.com/saoudrizwan/Disk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Saoud Rizwan": "hello@saoudmr.com"
13   },
14   "social_media_url": "https://twitter.com/sdrzn",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/saoudrizwan/Disk.git",
20     "tag": "0.2.3"
21   },
22   "source_files": "Sources/**/*.{h,m,swift}",
23   "pushed_with_swift_version": "4.0"