[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / 2 / svanichkin_Settings / 4.9.0 / svanichkin_Settings.podspec.json
blob2b92c64abfaa0a84115b232818c08801d0eb4ef8
2   "name": "svanichkin_Settings",
3   "version": "4.9.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": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Vanichkin": "sergey@vanichkin.ru"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/svanichkin/Settings.git",
19     "tag": "4.9.0"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/*.{h,m}",
24     "Sources/*.swift"
25   ],
26   "public_header_files": "Sources/*.h",
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "requires_arc": true