[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.12.4 / PayPal-iOS-SDK.podspec.json
blobf537cca916ae8662335a49a2c25919ac7306a38b
2   "name": "PayPal-iOS-SDK",
3   "version": "2.12.4",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/",
9   "authors": {
10     "PayPal": "support@paypal.com"
11   },
12   "summary": "Accept credit cards and PayPal in your iOS app.",
13   "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.",
14   "source": {
15     "git": "https://github.com/paypal/PayPal-iOS-SDK.git",
16     "tag": "2.12.4"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": false,
22   "source_files": [
23     "PayPalMobile/*.h",
24     "CardIO/*.h"
25   ],
26   "preserve_paths": [
27     "PayPalMobile/*.a",
28     "CardIO/*.a"
29   ],
30   "frameworks": [
31     "Accelerate",
32     "AudioToolbox",
33     "AVFoundation",
34     "CoreLocation",
35     "CoreMedia",
36     "MessageUI",
37     "MobileCoreServices",
38     "SystemConfiguration"
39   ],
40   "vendored_libraries": [
41     "PayPalMobile/libPayPalMobile.a",
42     "CardIO/libCardIO.a",
43     "CardIO/libopencv_core.a",
44     "CardIO/libopencv_imgproc.a"
45   ],
46   "compiler_flags": [
47     "-fmodules",
48     "-fmodules-autolink"
49   ],
50   "xcconfig": {
51     "OTHER_LDFLAGS": "-lc++ -ObjC"
52   },
53   "deprecated": true