[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 5 / 9 / PAPreferences / 0.5 / PAPreferences.podspec.json
blobb8d5545f539a35e855151f6bc599b67809a35c88
2   "name": "PAPreferences",
3   "version": "0.5",
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",
7   "authors": {
8     "Denis Hennessy": "denis@hennessynet.com"
9   },
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/dhennessy/PAPreferences.git",
20     "tag": "0.5"
21   },
22   "source_files": "PAPreferences",
23   "requires_arc": true