[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 0 / DynoJSON / 0.1.1 / DynoJSON.podspec.json
blob745918e746189a67d8ce3a031b8c6ab6df048b71
2   "name": "DynoJSON",
3   "version": "0.1.1",
4   "summary": "JSON parsing using dynamicMemberLookup feature.",
5   "swift_version": "4.2",
6   "description": "JSON parsing using dynamicMemberLookup feature\nWith this utility you can easily get needed value from JSON.\nAll that you need explicity set value type.",
7   "homepage": "https://github.com/Vergunof/DynamicJSON",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Andrew Vergunov": "andrewvergunov@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Vergunof/DynamicJSON.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "DynoJSON/Classes/**/*"