blob: f94a34a5989f3bf0072c6cd9597f92142bf1fea1 [file] [log] [blame]
{
"name": "authorizenet-sdk",
"version": "1.9.3",
"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": {
"brianmc": "bmcmanus@authorize.net"
},
"source": {
"git": "https://github.com/authorizenet/sdk-ios.git",
"tag": "1.9.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "sdk/**/*.{h,m}",
"exclude_files": "**/AuthNetUnitTests.m",
"frameworks": "XCTest",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}