blob: 257b8b582af0ca135930e7695c8a1c1452b7640f [file] [log] [blame]
{
"name": "HNStorage",
"version": "0.5.0",
"summary": "HNStorage works as a layer to be a simple, efficient, and extendable CRUD layer for different iOS Storing options.",
"description": "HNStorage works as a layer to be a simple, efficient, and extendable CRUD layer for different iOS Storing options.\nWorking with different storage options such as UserDefaults, Disk, or even keychain can be a hassle especially working with an enterprise project.",
"homepage": "https://github.com/HadiIOS/HNStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hady": "hady.nourallah@gmail.com"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.9",
"watchos": "3.2",
"tvos": "10.2"
},
"source": {
"git": "https://github.com/HadiIOS/HNStorage.git",
"tag": "0.5.0"
},
"source_files": "HNStorage/src/**/*.{h,m,swift}",
"swift_version": "4.2"
}