[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 0 / 6 / NSDictionary+SafeGetters / 2.1.2 / NSDictionary+SafeGetters.podspec.json
blob1ad78d3559cd5c2afed9eb2fb1a1f21c2ac2293c
2   "name": "NSDictionary+SafeGetters",
3   "version": "2.1.2",
4   "summary": "Safe, informative and typed dictionary getters",
5   "description": "Safe getting typed values from the dictionary.\n- All getters checks input parameters during debug and generates exceptions\n- All getters have additional method with list of possible keys and return first suitable value for key in list\n- Return values exact type which required(depend on getter method)\n- Type casting of the value object to the required type or bounds, if available(eg. NSString <=> NSNUmber, etc)\n- During casting checks type value bounds and sticks to it's maximum or minimum value(eg. floatForKey return FLT_MAX if value is greater etc)",
6   "homepage": "https://github.com/OlehKulykov/NSDictionary-SafeGetters",
7   "license": "MIT",
8   "authors": {
9     "OlehKulykov": "info@resident.name"
10   },
11   "source": {
12     "git": "https://github.com/OlehKulykov/NSDictionary-SafeGetters.git",
13     "tag": "2.1.2"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.7",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": false,
22   "source_files": "*.{h,hpp,mm}",
23   "public_header_files": "*.h",
24   "libraries": "stdc++"