[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 1 / DotUserDefaults / 0.1.0 / DotUserDefaults.podspec.json
blob3bbbde2be61a74cf1244c34744c953892b0f1090
2   "name": "DotUserDefaults",
3   "version": "0.1.0",
4   "summary": "Access and store NSUserDefaults with Enums",
5   "description": ".UserDefaults has two main functions. It will let you access NSUserDefaults\nusing string type Enums, so you don't have to type .rawValue every time you\nwant to use Enums as the keys of your NSUserDefaults. Also, this extension\nadds methods that will let you easily store RawRepresentable Enums in the NSUserDefaults.",
6   "homepage": "https://github.com/gustavosaume/DotUserDefaults",
7   "license": "MIT",
8   "authors": {
9     "Gustavo Saume": "gustavosaume@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gustavosaume/DotUserDefaults.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/withbreakpoints",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "DotUserDefaults/Classes/**/*"