[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / b / authorizenet-sdk / 1.9.2 / authorizenet-sdk.podspec.json
blobecf2954ddb91a90e6cb5791c23087d23080c9b55
2   "name": "authorizenet-sdk",
3   "version": "1.9.2",
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     "brianmc": "bmcmanus@authorize.net"
10   },
11   "source": {
12     "git": "https://github.com/authorizenet/sdk-ios.git",
13     "tag": "1.9.2"
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": "SenTestingKit",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
24   }