[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 0 / Serializable.swift / 0.2.1 / Serializable.swift.podspec.json
blob522c4ba5335579373565ea84b73082da130f3a86
2   "name": "Serializable.swift",
3   "version": "0.2.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.2.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5.0",
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "pod_target_xcconfig": {
31     "APPLICATION_EXTENSION_API_ONLY": "YES"
32   },
33   "module_name": "Serializable",
34   "source_files": "Sources/Serializable/**/*.swift",
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "platforms": {
40         "ios": "9.0",
41         "osx": "10.10",
42         "tvos": "9.0"
43       },
44       "source_files": "Tests/SerializableTests/**/*.swift"
45     }
46   ],
47   "swift_version": "5.3"