[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 8 / 1 / SwiftAvroCore / 0.1.0 / SwiftAvroCore.podspec.json
blobfa5075dcba3fdcc74d9902c955b5854284fc756b
2   "name": "SwiftAvroCore",
3   "version": "0.1.0",
4   "description": "The SwiftAvroCore framework implements the core coding functionalities that are required in Apache Avro™. The schema format support Avro 1.8.2 and later Specification. It provides user-friendly Codable interface introduced from Swift 5 to encode and decode Avro schema, binray data as well as the JSON format data.",
5   "summary": "The SwiftAvroCore framework implements the core coding functionalities that are required in Apache Avro™.",
6   "homepage": "https://github.com/krikristoophe/SwiftAvroCore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Christophe Sonneville": "christophe.sonneville@devac.fr"
13   },
14   "source": {
15     "git": "https://github.com/krikristoophe/SwiftAvroCore.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "Sources/SwiftAvroCore/**/*",
23   "dependencies": {
24     "Runtime": [
25       "2.2.7"
26     ]
27   },
28   "swift_version": "4.2"