blob: d516d5b0053fd1b618d63d435ee50753d79676a1 [file] [log] [blame]
{
"name": "PodTFRecords",
"version": "0.8.0",
"summary": "TFRecords (.tfrecord) file format builder and reader for Swift",
"description": "TFRecords (.tfrecord) file format builder and reader for Swift",
"homepage": "https://github.com/haifengkao/PodTFRecords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai\\ Feng\\ Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/PodTFRecords.git",
"tag": "0.8.0"
},
"platforms": {
"osx": "10.14"
},
"source_files": "PodTFRecords/Classes/**/*",
"dependencies": {
"SwiftProtobuf": [
"> 1.6.0"
],
"CryptoSwift": [
"> 1.0.0"
]
}
}