[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 1.4.4 / PayPal-iOS-SDK.podspec.json
blobabdcfe2f4423fd3c65dcb77d5465527cc9adfbd7
2   "name": "PayPal-iOS-SDK",
3   "version": "1.4.4",
4   "summary": "Accept credit cards and PayPal in your iOS app.",
5   "description": " The PayPal iOS SDK provides a software library that makes it easy for an iOS developer to accept both credit cards and PayPal directly within their mobile app.",
6   "homepage": "https://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/",
7   "license": {
8     "type": "Commercial",
9     "file": "acknowledgments.md"
10   },
11   "authors": "Paypal",
12   "source": {
13     "git": "https://github.com/paypal/PayPal-iOS-SDK.git",
14     "tag": "1.4.4"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "PayPalMobile/*.h",
20   "source_files": "PayPalMobile/*.h",
21   "preserve_paths": "PayPalMobile/libPayPalMobile.a",
22   "frameworks": [
23     "AVFoundation",
24     "AudioToolbox",
25     "CoreMedia",
26     "CoreVideo",
27     "MessageUI",
28     "MobileCoreServices",
29     "OpenGLES",
30     "QuartzCore",
31     "Security",
32     "UIKit"
33   ],
34   "libraries": [
35     "stdc++",
36     "xml2",
37     "PayPalMobile"
38   ],
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-lc++ -ObjC",
41     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
42     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile/\""
43   },
44   "requires_arc": false,
45   "deprecated": true