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 "Authorize.Net": "developer@authorize.net"
12 "git": "https://github.com/authorizenet/sdk-ios.git",
19 "vendored_frameworks": "AnetEMVSdk.framework",
20 "source_files": "AnetEMVSdk.framework/Headers/*.{h}",
21 "resources": "AnetEMVSdk.framework/*.{mp3,storyboardc}",
24 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
25 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"