[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 5 / CodableUserDefaults / 0.0.1 / CodableUserDefaults.podspec.json
blob9ddfa9ed55f857a8c0798868e9e5263b8875f666
2   "name": "CodableUserDefaults",
3   "version": "0.0.1",
4   "summary": "A simple implementation of Codables with UserDefaults.",
5   "description": "CodableUserDefaults gives you the power to implement UserDefaults with codable seamlessly, look at it as icing on the cake.",
6   "homepage": "http://github.com/AdieOlami/CodableUserDefaults",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adie Olalekan": "ugbeadie@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/AdieOlami",
15   "source": {
16     "git": "https://github.com/AdieOlami/CodableUserDefaults.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "CodableUserDefaults/**/*.{swift}",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_version": "5.0"