[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / e / SerializableValue / 0.0.1 / SerializableValue.podspec.json
blobc7befb2b7ac9b5bb3c46133b50f3f323f6632d2a
2   "name": "SerializableValue",
3   "version": "0.0.1",
4   "summary": "Dynamic Serializable Value for Swift Codable",
5   "description": "Dynamic Serializable Value for Swift Codable. Allows encoding and decoding with Dictionary types.",
6   "homepage": "https://github.com/tesseract-one/swift-serializable",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/swift-serializable.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "pod_target_xcconfig": {
25     "APPLICATION_EXTENSION_API_ONLY": "YES"
26   },
27   "module_name": "Serializable",
28   "source_files": "Sources/Serializable/**/*.swift",
29   "deprecated_in_favor_of": "Serializable.swift"