[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / 0 / 2 / svanichkin_Settings / 3.0.0 / svanichkin_Settings.podspec.json
blobf67545e66a972f9c1df8dd0272361389dd6bdf61
2   "name": "svanichkin_Settings",
3   "version": "3.0.0",
4   "summary": "Utility class for conveniently getting iOS system functions.",
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": "3.0.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