blob: f2b024278acd5bb121048d24386cf73d06261464 [file] [log] [blame]
{
"name": "TypedPreferences",
"version": "0.1.0",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"osx": "10.9"
},
"summary": "Typed property-based UserDefaults for Swift.",
"description": "Save your application settings using strictly-typed keys and safely store/load via UserDefaults in Swift and ObjC.",
"homepage": "https://github.com/ReImpl/TypedPreferences",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kernel": "kernel@reimplement.mobi"
},
"source": {
"git": "https://github.com/ReImpl/TypedPreferences.git",
"tag": "0.1.0"
},
"source_files": "TypedPreferences/Classes/**/*",
"swift_version": "4.1",
"requires_arc": true
}