[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / SwiftyDflts / 0.2.2 / SwiftyDflts.podspec.json
blobaa8c79eecfb67f26d1f3bc4f42960724f50eb83b
2   "name": "SwiftyDflts",
3   "version": "0.2.2",
4   "summary": "Swifty and modern UserDefaults",
5   "description": "Strongly typed: You declare the type and default value upfront.\nCodable support: You can store any Codable value, like an enum.\nDebuggable: The data is stored as JSON-serialized values.\nLightweight: It's only ~100 lines of code.",
6   "homepage": "https://github.com/Sadmansamee/Defaults",
7   "license": {
8     "type": "MIT",
9     "file": "license"
10   },
11   "authors": {
12     "sindresorhus": "sindresorhus@gmail.com"
13   },
14   "social_media_url": "https://sindresorhus.com",
15   "swift_version": "4.0",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Sadmansamee/Defaults.git",
21     "tag": "0.2.2"
22   },
23   "source_files": [
24     "Sources/*.swift",
25     "Sources/Defaults.swift"
26   ],
27   "requires_arc": true