blob: b3fc7d6e3194201a26c314d8ff01084809c20bdd [file] [log] [blame]
{
"name": "GDAXKit",
"version": "0.0.8",
"summary": "Client library for gdax.com's public API",
"homepage": "https://github.com/stevewight/GDAXKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Wight": "stevendouglaswight@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/stevewight/GDAXKit.git",
"tag": "0.0.8"
},
"source_files": "GDAXKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"dependencies": {
"Starscream": [
"~> 3.0"
]
}
}