[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.0.3 / PayPal-iOS-SDK.podspec.json
blobab625b99b9d0faddb9c43b9100163cc89e2e207a
2   "name": "PayPal-iOS-SDK",
3   "version": "2.0.3",
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/mobile-sdk-overview/",
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": "2.0.3"
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     "CoreLocation"
34   ],
35   "libraries": [
36     "stdc++",
37     "xml2",
38     "PayPalMobile"
39   ],
40   "xcconfig": {
41     "OTHER_LDFLAGS": "-lc++ -ObjC",
42     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
43     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile/\""
44   },
45   "requires_arc": false,
46   "deprecated": true