[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / 4 / DynamicCodableKit / 1.0.0 / DynamicCodableKit.podspec.json
blobacc8c56d12523c18ee46cc19ed636b2d84a64fe5
2   "name": "DynamicCodableKit",
3   "version": "1.0.0",
4   "homepage": "https://github.com/SwiftyLab/DynamicCodableKit",
5   "summary": "DynamicCodableKit helps you to implement dynamic JSON decoding.",
6   "description": "DynamicCodableKit helps you to implement dynamic JSON decoding within the constraints of Swift's sound type system by working on top of Swift's Codable implementations.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://swiftylab.github.io/DynamicCodableKit/1.0.0/documentation/dynamiccodablekit/",
12   "social_media_url": "https://twitter.com/soumya_mahunt",
13   "source": {
14     "git": "https://github.com/SwiftyLab/DynamicCodableKit.git",
15     "tag": "v1.0.0"
16   },
17   "authors": {
18     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
19   },
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "source_files": [
28     "Sources/DynamicCodableKit/**/*.swift",
29     "Sources/DynamicCodableKit/*.docc"
30   ],
31   "preserve_paths": [
32     "{Sources,Tests}/DynamicCodableKit*/**/*",
33     "*.md"
34   ],
35   "pod_target_xcconfig": {
36     "CLANG_WARN_DOCUMENTATION_COMMENTS": "YES",
37     "RUN_DOCUMENTATION_COMPILER": "YES"
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "Tests/DynamicCodableKitTests/**/*.swift",
44       "resources": "Tests/DynamicCodableKitTests/**/*.json"
45     }
46   ],
47   "swift_version": "5.0"