[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / b / d / cybersource-mpos-sdk / 1.1 / cybersource-mpos-sdk.podspec.json
blob3874952f0412b8b89e8eec7e839e618b7c159b1e
2   "name": "cybersource-mpos-sdk",
3   "version": "1.1",
4   "summary": "iOS SDK for Cybersource 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 Cybersource gateway.",
6   "homepage": "https://github.com/CyberSource/cybersource-mPOS-sdk-iOS",
7   "license": "https://github.com/CyberSource/cybersource-mPOS-sdk-iOS/blob/master/LICENSE.txt",
8   "authors": {
9     "Cybersource": "developer@cybersource.com"
10   },
11   "source": {
12     "git": "https://github.com/CyberSource/cybersource-mPOS-sdk-iOS.git",
13     "tag": "1.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "vendored_frameworks": "Framework/iphoneos/CYBSMposKit.framework",
20   "source_files": "Framework/iphoneos/CYBSMposKit.framework/Headers/*.{h}",
21   "resources": "Framework/iphoneos/CYBSMposKit.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   }