| { | |
| "name": "DefaultsHelper", | |
| "version": "1.0", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/anotheren/DefaultsHelper", | |
| "authors": { | |
| "liudong": "liudong.edward@gmail.com" | |
| }, | |
| "summary": "A Simple UserDefaults Helper", | |
| "source": { | |
| "git": "https://github.com/anotheren/DefaultsHelper.git", | |
| "tag": "1.0" | |
| }, | |
| "swift_version": "4.2", | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source_files": "Sources/**/*.swift", | |
| "dependencies": { | |
| "LogWriter": [ | |
| ] | |
| } | |
| } |