blob: f64c658f6f303ca5539fdb07c3c24a84930fa6f9 [file] [log] [blame]
{
"name": "PAPreferences",
"version": "0.3",
"summary": "An easy way to store user preferences using NSUserDefaults.",
"description": " PAPreferences maps `dynamic` properties onto NSUserDefaults getters and setters so that you can access \n defaults as if they were regular properties on an object. That object is normally a singleton since you \n typically want a single set of preferences for the entire app.\n",
"homepage": "https://github.com/dhennessy/PAPreferences",
"authors": {
"Denis Hennessy": "denis@hennessynet.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/dhennessy/PAPreferences.git",
"tag": "0.3"
},
"source_files": "PAPreferences",
"requires_arc": true
}