blob: db7582976a6dca3f4c42b6810e79aa764cbe450a [file] [log] [blame]
{
"name": "PlasmaSwift",
"version": "0.2.0",
"summary": "Plasma Client for Swift",
"homepage": "https://github.com/openfresh/PlasmaSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"openfresh": "valencia_dev@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/openfresh/PlasmaSwift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PlasmaSwift/**/*.{h,swift}",
"dependencies": {
"SwiftGRPC": [
"~> 0.4.3"
]
},
"frameworks": "SystemConfiguration"
}