[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / b / 1 / ASUserDefaults / 0.2.0 / ASUserDefaults.podspec.json
blob9b524ecc2ad6f2f9b7ea858a915d4f6fe836c820
2   "name": "ASUserDefaults",
3   "version": "0.2.0",
4   "summary": "ASUserDefaults is an NSUserDefaults wrapper written for Swift 2.0",
5   "description": "ASUserDefaults is an NSUserDefaults wrapper written for Swift 2.0.\nYou may be asking yourself the following question: \"why does NSUserDefaults need a wrapper?\" \nWhile NSUserDefaults is already a simple to use API, I found myself still occasionally needing to look up the documentation for it.\nWhat ASUserDefaults aims to do is simplify your NSUserDefaults flow by simply calling a `Save` and `Load` method on the ASUserDefaults shared manager (singleton) class.\nBeyond this simplification, ASUserDefaults offers a delegate that notifys delegators of when an object is being saved/loaded and its key.\nThe ASUserDefaults pod project includes an example project and tests.\nFeel free to offer a PR or comment on whether you think this project is useful or not.\n\nEnjoy!",
6   "homepage": "https://github.com/asowers1/ASUserDefaults",
7   "license": "MIT",
8   "authors": {
9     "asowers1": "asow123@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/asowers1/ASUserDefaults.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/andrewsowers",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ASUserDefaults": [
23       "Pod/Assets/*.png"
24     ]
25   }