| { |
| "name": "SwiftUserDefault", |
| "version": "0.0.1", |
| "summary": "SwiftUserDefaults wrap NSUserDefaults, easy to use", |
| "description": "SwiftUserDefaults is a wrapper, with it you can't use it as easy as you can, just like the Notification declear.", |
| "homepage": "https://github.com/looseyi/SwiftUserDefaults", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Edmond": "chun574271939@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/looseyi/SwiftUserDefaults.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.{swift}" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |