[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 2.0.3 / BluesnapSDK.podspec.json
blobfb72d73601e36a65e100be52cd2aa16e0a81f9e3
2   "name": "BluesnapSDK",
3   "version": "2.0.3",
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": "v2.0.2"
21   },
22   "pod_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "source_files": [
26     "Sources/**/*.{h,m,swift}",
27     "KountWrapper/**/*.{h,m,c,swift}",
28     "Frameworks/XCFrameworks/KountDataCollector.xcframework/ios-arm64/Headers/KDataCollector.h",
29     "Frameworks/XCFrameworks/KountDataCollector.xcframework/ios-arm64/Headers/KountAnalyticsViewController.h"
30   ],
31   "public_header_files": [
32     "Frameworks/XCFrameworks/KountDataCollector.xcframework/ios-arm64/Headers/KDataCollector.h",
33     "Frameworks/XCFrameworks/KountDataCollector.xcframework/ios-arm64/Headers/KountAnalyticsViewController.h"
34   ],
35   "ios": {
36     "vendored_frameworks": [
37       "Frameworks/XCFrameworks/CardinalMobile.xcframework",
38       "Frameworks/XCFrameworks/KountDataCollector.xcframework"
39     ]
40   },
41   "exclude_files": [
42     "Tests/**/*.*",
43     "Frameworks/XCFrameworks/CardinalMobile.xcframework/**/Headers/**"
44   ],
45   "resource_bundles": {
46     "BluesnapUI": [
47       "Sources/**/*.xib",
48       "Sources/**/*.storyboard",
49       "Sources/**/Media.xcassets",
50       "Sources/**/*.strings"
51     ]
52   },
53   "swift_version": "5.0"