blob: 99f9c8762a85d6e037700f4040458f7a622c9856 [file] [log] [blame]
{
"name": "test-sdk",
"version": "2.0.7",
"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/ptaneja/Test",
"license": "https://github.com/AuthorizeNet/sdk-ios/blob/master/LICENSE",
"authors": {
"Authorize.Net": "developer@authorize.net"
},
"source": {
"git": "https://github.com/ptaneja/Test.git",
"tag": "2.0.7"
},
"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"
}
}