blob: 860bc2852d6c6b1003dece8b62a56ba5766fa351 [file] [log] [blame]
{
"name": "Pref",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pref/Classes/**/*",
"swift_version": "4.2"
}