[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 0 / 7 / ScopedDefaults / 0.1.0 / ScopedDefaults.podspec.json
blobd2e033e1bc6673e939d41e287621069a2a8fb3bd
2   "name": "ScopedDefaults",
3   "version": "0.1.0",
4   "summary": "Tools for adding type-safe, structured Swift APIs to UserDefaults.",
5   "description": "Tools for adding type-safe, structured Swift APIs to UserDefaults\nwith support for Codable types, sane defaults and more.",
6   "homepage": "https://github.com/regexident/ScopedDefaults",
7   "license": {
8     "type": "MPL-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.13",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/regexident/ScopedDefaults.git",
22     "tag": "0.1.0"
23   },
24   "source_files": "Sources/**/*.{h,m,swift}"