blob: 949d57b2b0adee66e04a6e9e0f97614308c22d7e [file] [log] [blame]
{
"name": "GDAXSwift",
"version": "0.1.2",
"summary": "Unofficial Swift wrapper around the GDAX API",
"description": "Unofficial Swift wrapper around the GDAX API to allow easy programmatic trading and data querying",
"homepage": "https://github.com/anthonypuppo/GDAXSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Puppo": "anthonypuppo123@gmail.com"
},
"source": {
"git": "https://github.com/anthonypuppo/GDAXSwift.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "GDAXSwift/Classes/**/*",
"dependencies": {
"CryptoSwift": [
]
},
"pushed_with_swift_version": "3.0"
}