blob: 3133510e45c82d47f47020cc9e5515f636fc9cc9 [file] [log] [blame]
{
"name": "authorizenet-sdk",
"version": "4.2",
"summary": "iOS SDK for Authorize.Net Payments",
"description": "The iOS SDK provides a fast and easy way for iPhone/iPad application developers to quickly integrate mobile payment without having to write the network communication, XML generation/parsing, and encoding of the data to the Authorize.net gateway.",
"homepage": "https://github.com/authorizenet/sdk-ios",
"license": "https://github.com/AuthorizeNet/sdk-ios/blob/master/LICENSE",
"authors": {
"Authorize.Net": "developer@authorize.net"
},
"source": {
"git": "https://github.com/authorizenet/sdk-ios.git",
"tag": "4.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "AnetEMVSdk.framework",
"source_files": "AnetEMVSdk.framework/Headers/*.{h}",
"resources": "AnetEMVSdk.framework/*.{mp3,storyboardc}",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}