blob: f05dbc2bf934d97cc97b07a638487d4ee5c05a89 [file] [log] [blame]
{
"name": "bitpay-ios-sdk",
"version": "2.0.1",
"summary": "Powerful, flexible, lightweight interface to the BitPay Bitcoin Payment Gateway API for iOS.",
"description": "## [Getting Started »](http://dev.bitpay.com/guides/ios.html)\n\n## API Documentation\n\nAPI Documentation is available on the [BitPay site](https://bitpay.com/api).\n\n## Running the Tests\n\nBefore running the behavior tests, you will need a test.bitpay.com account and you will need to set the local constants.\n\nTo run unit tests:\n> Open Xcode -> key commands are: Command + u\n\n## Found a bug?\nLet us know! Send a pull request or a patch. Questions? Ask! We're here to help. We will respond to all filed issues.\n\n**BitPay Support:**\n\n* [GitHub Issues](https://github.com/bitpay/ios-sdk/issues)\n* Open an issue if you are having issues with this library\n* [Support](https://support.bitpay.com)\n* BitPay merchant support documentation\n\nSometimes a download can become corrupted for various reasons. However, you can verify that the release package you downloaded is correct by checking the md5 checksum \"fingerprint\" of your download against the md5 checksum value shown on the Releases page. Even the smallest change in the downloaded release package will cause a different value to be shown!\n* If you are using Windows, you can download a checksum verifier tool and instructions directly from Microsoft here: http://www.microsoft.com/en-us/download/details.aspx?id=11533\n* If you are using Linux or OS X, you already have the software installed on your system.\n* On Linux systems use the md5sum program. For example:\n* md5sum filename\n* On OS X use the md5 program. For example:\n* md5 filename\n",
"homepage": "https://github.com/bitpay/ios-sdk",
"license": "MIT",
"authors": {
"Chris Kleeschulte": "chrisk@bitpay.com"
},
"source": {
"git": "https://github.com/bitpay/ios-sdk.git",
"tag": "v2.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "*.h",
"source_files": "keyutils.{h,m}",
"vendored_frameworks": "openssl.framework",
"vendored_libraries": "libcrypto.a"
}