[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / f / AnyMapper / 1.0.0 / AnyMapper.podspec.json
blob20b32fe4756cb87c7f2213fd28d823a33b576a20
2   "name": "AnyMapper",
3   "version": "1.0.0",
4   "summary": "Library for mappind Dictionary to struct",
5   "description": "Library for mappind Dictionary<String: Any> and NSDictionary to struct or class",
6   "homepage": "https://github.com/Lumyk/AnyMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evgeny Kalashnikov": "lumyk@me.com"
13   },
14   "source": {
15     "git": "https://github.com/Lumyk/AnyMapper.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.10",
21     "tvos": "11.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": "5.3",
25   "source_files": "Sources/AnyMapper/**/*.swift",
26   "swift_version": "5.3"