blob: b8d5545f539a35e855151f6bc599b67809a35c88 [file] [log] [blame]
{
"name": "PAPreferences",
"version": "0.5",
"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 \ndefaults as if they were regular properties on an object. That object is normally a singleton since you \ntypically want a single set of preferences for the entire app.",
"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.5"
},
"source_files": "PAPreferences",
"requires_arc": true
}