blob: c6e95c807f4777acc309c1e941b97de8eac72e8c [file] [log] [blame]
{
"name": "Pref",
"version": "0.1.1",
"summary": "Easily store Pojo Codable objects in User Defaults",
"description": "Easily store Pojo Codable objects in UserDefaults, without writing extra code",
"homepage": "https://github.com/pikaboo/Pref",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikaboo": "lenabru@gmail.com"
},
"source": {
"git": "https://github.com/pikaboo/Pref.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pref/Classes/**/*",
"swift_version": "4.2"
}