[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / 0 / Serializable.swift / 0.3.1 / Serializable.swift.podspec.json
blobc27f05897529d7b1110926b1480b389b036f2cac
2   "name": "Serializable.swift",
3   "version": "0.3.1",
4   "summary": "Dynamic Serializable Value for Swift Codable",
5   "description": "Dynamic Serializable Value for Swift Codable. Allows encoding and decoding with Dictionary/Array types.",
6   "homepage": "https://github.com/tesseract-one/Serializable.swift",
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/Serializable.swift.git",
16     "tag": "0.3.1"
17   },
18   "swift_versions": "5.4",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0",
23     "watchos": "6.0"
24   },
25   "pod_target_xcconfig": {
26     "APPLICATION_EXTENSION_API_ONLY": "YES"
27   },
28   "module_name": "Serializable",
29   "source_files": "Sources/Serializable/**/*.swift",
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "platforms": {
35         "ios": "11.0",
36         "osx": "10.13",
37         "tvos": "11.0"
38       },
39       "source_files": "Tests/SerializableTests/**/*.swift"
40     }
41   ],
42   "swift_version": "5.4"