blob: 57c8a5a40614a0f29a52a35900662c73f1ca2542 [file] [log] [blame]
{
"name": "ThorWalletSDK",
"version": "1.0.0",
"summary": "Vechain wallet SDK",
"description": "Vechain wallet SDK provides a series of functional interface can help the iOS developers, for example: quickly create the wallet, the private key signature, call the vechain block interface, put data in the vechain block, and support dapp development environment.",
"homepage": "https://github.com/vechain/wallet-iOS-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VeChain": "support@vechain.com"
},
"source": {
"git": "https://github.com/vechain/wallet-iOS-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"resources": "ThorWalletSDK/Assets/ThorWalletSDKBundle.bundle",
"source_files": [
"ThorWalletSDK/Classes/**/*.{h,m,c,table}",
"ThorWalletSDK/Classes/**/**/*.{h,m,c,table}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SocketRocket": [
"~> 0.4.2"
],
"YYModel": [
"~> 1.0.4"
]
}
}