[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / e / 0 / 2 / svanichkin_Settings / 4.2.0 / svanichkin_Settings.podspec.json
blobdad257128f4b2f04a94b6ba3b73c8a05eec4a161
2   "name": "svanichkin_Settings",
3   "version": "4.2.0",
4   "summary": "Utility iOS/macOS class wrapper for (UsersDefaults/Key-Value/Keychain)",
5   "description": "Settings is a class that allows you to work immediately with all local storage systems in a simple and convenient wrapper.",
6   "homepage": "https://github.com/svanichkin/Settings",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Sergey Vanichkin": "sergey@vanichkin.ru"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/svanichkin/Settings.git",
16     "tag": "4.2.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "public_header_files": "Classes/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true