[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 2 / a / DynamicCodable-SebastianPickl / 0.2.0 / DynamicCodable-SebastianPickl.podspec.json
blob30a16a0945e732e22b3a6c89aff6333120c8b43c
2   "name": "DynamicCodable-SebastianPickl",
3   "module_name": "DynamicCodable",
4   "version": "0.2.0",
5   "summary": "Swift PropertyWrappers that use Codable to decode and encode types that are determined at runtime based on JSON data.",
6   "description": "Swift Property Wrappers based on Codable for decoding (and encoding) abstract types that are defined in the (JSON) data that should be decoded.",
7   "homepage": "https://github.com/sebastianpixel/DynamicCodable",
8   "authors": "Sebastian Pickl",
9   "social_media_url": "http://twitter.com/SebastianPickl",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "swift_versions": "5.3",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/sebastianpixel/DynamicCodable.git",
21     "tag": "0.2.0"
22   },
23   "source_files": "Sources/DynamicCodable/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/DynamicCodableTests"
29     }
30   ],
31   "swift_version": "5.3"