2 "name": "PAPreferences",
4 "summary": "An easy way to store user preferences using NSUserDefaults.",
5 "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.",
6 "homepage": "https://github.com/dhennessy/PAPreferences",
8 "Denis Hennessy": "denis@hennessynet.com"
19 "git": "https://github.com/dhennessy/PAPreferences.git",
22 "source_files": "PAPreferences",