blob: 7b313757520339a207d812e4487d3bd5e37fe890 [file] [log] [blame]
{
"name": "CruxPay",
"version": "0.0.2",
"summary": "CruxPay iOS SDK",
"description": "CruxPay is a protocol which aims to link any blockchain address to a human-readable name, and let users interact with each other and dApps with ease.",
"homepage": "https://github.com/cruxprotocol/ios-sdk",
"license": {
"type": "GPL-3.0",
"file": "LICENSE"
},
"authors": {
"CoinSwitch": "dev@coinswitch.co"
},
"source": {
"git": "https://github.com/cruxprotocol/ios-sdk.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/cruxpay",
"platforms": {
"ios": "10.0"
},
"source_files": "CruxPay/Classes/**/*",
"resource_bundles": {
"CruxPay": [
"CruxPay/Assets/*.js"
]
},
"dependencies": {
"CryptoSwift": [
"0.15.0"
]
}
}