[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.5.1 / BluesnapSDK.podspec.json
blobd8d7cd5eb9002884825d0a08c83749825b848066
2   "name": "BluesnapSDK",
3   "version": "1.5.1",
4   "summary": "An iOS SDK for Bluesnap",
5   "description": "Integrate payment methods into your iOS native apps quickly and easily.\nBluesnap iOS SDK supports credit card and apple pay, currency conversions and more.",
6   "homepage": "http://www.bluesnap.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "snpori": "oribsnap@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/bluesnap/bluesnap-ios.git",
20     "tag": "1.5.1"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "ONLY_ACTIVE_ARCH": "NO"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "resources": [
31     "BluesnapSDK/**/Media.xcassets",
32     "BluesnapSDK/**/Assets.car"
33   ],
34   "weak_frameworks": "Contacts",
35   "frameworks": [
36     "Foundation",
37     "Security",
38     "WebKit",
39     "PassKit",
40     "AddressBook",
41     "UIKit",
42     "Contacts"
43   ],
44   "requires_arc": true,
45   "source_files": [
46     "BluesnapSDK/**/*.swift",
47     "BluesnapSDK/Kount-Bridging-Header.h",
48     "Frameworks/**/KDataCollector.h",
49     "Frameworks/**/KountAnalyticsViewController.h"
50   ],
51   "public_header_files": [
52     "BluesnapSDK/Kount-Bridging-Header.h",
53     "Frameworks/**/KDataCollector.h",
54     "Frameworks/**/KountAnalyticsViewController.h"
55   ],
56   "ios": {
57     "vendored_frameworks": [
58       "Frameworks/FATFrameworks/CardinalMobile.framework",
59       "Frameworks/XCFrameworks/KountDataCollector.xcframework"
60     ]
61   },
62   "resource_bundles": {
63     "BluesnapUI": [
64       "BluesnapSDK/**/*.xib",
65       "BluesnapSDK/**/*.storyboard",
66       "BluesnapSDK/**/Media.xcassets",
67       "BluesnapSDK/**/Assets.car",
68       "BluesnapSDK/**/*.strings"
69     ]
70   },
71   "swift_version": "5.0"