blob: b0765574185928cd2eac34a7dfdc544ec76b7301 [file] [log] [blame]
{
"name": "SwiftyRai",
"version": "1.0.0",
"summary": "A Swift Implementation of the RaiBlocks JSON RPC Spec",
"description": "SwiftyRai is a thin Swift wrapper around the RaiBlocks JSON RPC spec",
"homepage": "http://github.com/xcadaverx/SwiftyRai",
"license": "MIT",
"authors": {
"Daniel Williams": "daniel@yogidolist.com"
},
"social_media_url": "http://twitter.com/xcadaverx",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/xcadaverx/SwiftyRai.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftyRai",
"SwiftyRai/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "4.0"
}