[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / 0 / Serializable.swift / 0.1.0 / Serializable.swift.podspec.json
blob26c1fbe3fa954307c8b44cfbcd766fc66243c860
2   "name": "Serializable.swift",
3   "version": "0.1.0",
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.1.0"
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"