[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.3.9 / BluesnapSDK.podspec.json
blobb597ad3131186143905abbabf34682640d2136d2
2   "name": "BluesnapSDK",
3   "version": "1.3.9",
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.3.9"
21   },
22   "source_files": "BluesnapSDK/**/*.{h,m,swift,a}",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "ONLY_ACTIVE_ARCH": "NO"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "resource_bundles": {
32     "BluesnapUI": [
33       "BluesnapSDK/**/*.xib",
34       "BluesnapSDK/**/*.storyboard",
35       "BluesnapSDK/**/Media.xcassets",
36       "BluesnapSDK/**/*.strings"
37     ]
38   },
39   "exclude_files": [
40     "BluesnapSDK/CardinalMobile.framework/Headers/**",
41     "BluesnapSDK/BluesnapSDKTests/**/*.*",
42     "BluesnapSDK/BluesnapSDKIntegrationTests/**/*.*",
43     "BluesnapSDK/**/libKountDataCollector.a",
44     "BluesnapSDK/**/KDataCollector.{h,m}"
45   ],
46   "ios": {
47     "vendored_frameworks": "BluesnapSDK/CardinalMobile.framework"
48   },
49   "resources": "BluesnapSDK/**/Media.xcassets",
50   "weak_frameworks": "Contacts",
51   "frameworks": [
52     "Foundation",
53     "Security",
54     "WebKit",
55     "PassKit",
56     "AddressBook",
57     "UIKit",
58     "Contacts"
59   ],
60   "requires_arc": true,
61   "subspecs": [
62     {
63       "name": "DataCollector",
64       "source_files": "BluesnapSDK/**/KDataCollector.{h,m}",
65       "public_header_files": "BluesnapSDK/**/KDataCollector*.h",
66       "vendored_libraries": "BluesnapSDK/**/libKountDataCollector.a"
67     }
68   ],
69   "swift_version": "5.0"