[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / 8 / PodTFRecords / 0.5.0 / PodTFRecords.podspec.json
blobaa3bc791d395ca6e341d5de6a8145bef0781490a
2   "name": "PodTFRecords",
3   "version": "0.5.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.5.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   }