[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 5 / 8 / PodTFRecords / 0.8.0 / PodTFRecords.podspec.json
blobd516d5b0053fd1b618d63d435ee50753d79676a1
2   "name": "PodTFRecords",
3   "version": "0.8.0",
4   "summary": "TFRecords (.tfrecord) file format builder and reader for Swift",
5   "description": "TFRecords (.tfrecord) file format builder and reader for Swift",
6   "homepage": "https://github.com/haifengkao/PodTFRecords",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai\\ Feng\\ Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/PodTFRecords.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "osx": "10.14"
20   },
21   "source_files": "PodTFRecords/Classes/**/*",
22   "dependencies": {
23     "SwiftProtobuf": [
24       "> 1.6.0"
25     ],
26     "CryptoSwift": [
27       "> 1.0.0"
28     ]
29   }