blob: ab79cba1a56f11d39b4b17d3113950ce8982ffa8 [file] [log] [blame]
{
"name": "PBSession",
"version": "0.1.4",
"summary": "通讯SDK",
"description": "以protobuf序列华二进制数据的方式进行前后台通讯",
"homepage": "https://github.com/lazyjean/PBSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuzhen": "lazyjean@foxmail.com"
},
"source": {
"git": "https://github.com/lazyjean/PBSession.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "PBSession/Classes/**/*.{swift}",
"resource_bundles": {
"PBSession": [
"PBSession/Proto/*.{proto}"
]
},
"dependencies": {
"SwiftProtobuf": [
"~> 1.2"
],
"SQLite.swift": [
"~> 0.11"
],
"CocoaLumberjack/Swift": [
"~> 3.4"
],
"ReactiveSwift": [
"~> 4.0"
]
},
"deprecated": true
}