[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 0 / 2 / svanichkin_Settings / 4.4.1 / svanichkin_Settings.podspec.json
blobbea317df07496a4a85cf8f732930a0b710988a7d
2   "name": "svanichkin_Settings",
3   "version": "4.4.1",
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.4.1"
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