[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 1 / d / f / LazySettings / 0.1.0 / LazySettings.podspec.json
blobca4f7cd0e7899bac487ef0370c7c7564ff187789
2   "name": "LazySettings",
3   "version": "0.1.0",
4   "summary": "An organized way to save app settings to `NSUserDefaults`.",
5   "description": "When `NSUserDefaults` is widely used in your source files, it would be hard to trace where your settings load and save. Thus an organized way has come up.",
6   "homepage": "https://github.com/killing333/LazySettings",
7   "license": "MIT",
8   "authors": {
9     "killing333": "hlwanhoj@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/killing333/LazySettings.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "LazySettings/Classes/**/*"