[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / 5 / 9 / PAPreferences / 0.1 / PAPreferences.podspec.json
blob37664d548a5adfb2fdd87b1a200c4be19ae58d52
2   "name": "PAPreferences",
3   "version": "0.1",
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 \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",
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.1"
21   },
22   "source_files": "PAPreferences",
23   "requires_arc": true