2 "name": "authorizenet-sdk",
4 "summary": "iOS SDK for Authorize.Net Payments",
5 "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.",
6 "homepage": "https://github.com/authorizenet/sdk-ios",
7 "license": "https://github.com/AuthorizeNet/sdk-ios/blob/master/LICENSE",
9 "brianmc": "bmcmanus@authorize.net"
12 "git": "https://github.com/authorizenet/sdk-ios.git",
19 "source_files": "sdk/**/*.{h,m}",
20 "exclude_files": "**/AuthNetUnitTests.m",
21 "frameworks": "SenTestingKit",
23 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"