blob: 41fe134934ba9946eaff8511221f0891e1d15fa1 [file] [log] [blame]
{
"name": "BTEncryption",
"summary": "The BTEncryption portion of the Braintree iOS SDK.",
"version": "2.2.8",
"license": "LICENSES",
"authors": {
"Braintree": "code@getbraintree.com"
},
"homepage": "https://braintreepayments.com/",
"source": {
"git": "https://github.com/braintree/braintree_ios.git",
"tag": "2.2.8"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "braintree/BTEncryption/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"Security"
],
"public_header_files": "braintree/BTEncryption/*.h"
}