blob: ed9ee4add57269188a93449339ae4a06fe9624f6 [file] [log] [blame]
{
"name": "AuthorizeNetAccept",
"authors": "Authorize.Net",
"version": "0.0.1",
"summary": "Authorize.Net Accept SDK for iOS",
"homepage": "https://visa.com",
"license": {
"type": "VISA",
"text": " © VISA Inc., 2016. All rights reserved.\n"
},
"platforms": {
"ios": "8.4"
},
"source": {
"git": "https://github.com/AuthorizeNet/accept-sdk-ios.git"
},
"requires_arc": true,
"default_subspecs": "Source",
"subspecs": [
{
"name": "Source",
"source_files": "AcceptSDK/**/*.{swift}",
"xcconfig": {
"ENABLE_BITCODE": "NO"
}
}
]
}