blob: ae906363caf480ba2ef8c5bd5c441b2182a4f20d [file] [log] [blame]
{
"name": "CPCoinPrice",
"version": "0.0.2",
"summary": "Fetch blockchain coin price",
"description": "Fetch blockchain coin price from exchange (binance, upbit etc)",
"homepage": "https://github.com/yoonhg84/CPCoinPrice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chope": "yoonhg2002@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yoonhg84/CPCoinPrice.git",
"tag": "0.0.2"
},
"source_files": "Source/**/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5.1"
]
}
}