[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / b / authorizenet-sdk / 1.9.8 / authorizenet-sdk.podspec.json
blobcc227e31d0daf2ad3f39795fbf806fbd1be6566f
2   "name": "authorizenet-sdk",
3   "version": "1.9.8",
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": "1.9.8"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "sdk/**/*.{h,m}",
20   "exclude_files": "**/AuthNetUnitTests.m",
21   "frameworks": "XCTest",
22   "libraries": "xml2",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
26   }