blob: 0cc6afdaa7414a297d059241c8cefca4bc7d8ce8 [file] [log] [blame]
{
"name": "BIP21Converter",
"version": "0.1.1",
"summary": "Encoding/Decoding library for the Bitcoin BIP 0021 URI scheme",
"description": " This library provides an interface to encode and decode\n URLs according to the BIP 0021 scheme defined at \n https://en.bitcoin.it/wiki/BIP_0021\n",
"homepage": "https://github.com/aogden/BIP21Converter",
"license": "MIT",
"authors": {
"Andrew Ogden": "andrew@andrewogden.com"
},
"source": {
"git": "https://github.com/aogden/BIP21Converter.git",
"tag": "0.1.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}