[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / authorizenet-sdk / 4.1 / authorizenet-sdk.podspec.json
blob0a5fbd7419eb36928f20c8251458fdc0cc6b6a27
2   "name": "authorizenet-sdk",
3   "version": "4.1",
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",
8   "authors": {
9     "Authorize.Net": "developer@authorize.net"
10   },
11   "source": {
12     "git": "https://github.com/authorizenet/sdk-ios.git",
13     "tag": "4.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "vendored_frameworks": "AnetEMVSdk.framework",
20   "source_files": "AnetEMVSdk.framework/Headers/*.{h}",
21   "resources": "AnetEMVSdk.framework/*.{mp3,storyboardc}",
22   "libraries": "xml2",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   }