[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.5.0 / BluesnapSDK.podspec.json
blob9c0762e4977da9679c2cf009ff433a997f2ef422
2   "name": "BluesnapSDK",
3   "version": "1.5.0",
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.0"
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   "resource_bundles": {
31     "BluesnapUI": [
32       "BluesnapSDK/**/*.xib",
33       "BluesnapSDK/**/*.storyboard",
34       "BluesnapSDK/**/Media.xcassets",
35       "BluesnapSDK/**/*.strings"
36     ]
37   },
38   "default_subspecs": [
39     "Core",
40     "BSKDataCollector"
41   ],
42   "exclude_files": [
43     "Frameworks/XCFrameworks/KountDataCollector.xcframework/**Frameworks/FATFrameworks/CardinalMobile/**/",
44     "BluesnapSDK/BluesnapSDKTests/**/*.*",
45     "BluesnapSDK/BluesnapSDKIntegrationTests/**/*.*",
46     "BluesnapSDK/**/libKountDataCollector.a",
47     "BluesnapSDK/**/KDataCollector.{h,m}"
48   ],
49   "ios": {
50     "vendored_frameworks": [
51       "Frameworks/FATFrameworks/CardinalMobile.framework"
52     ]
53   },
54   "resources": "BluesnapSDK/**/Media.xcassets",
55   "weak_frameworks": "Contacts",
56   "frameworks": [
57     "Foundation",
58     "Security",
59     "WebKit",
60     "PassKit",
61     "AddressBook",
62     "UIKit",
63     "Contacts"
64   ],
65   "requires_arc": true,
66   "subspecs": [
67     {
68       "name": "BSKDataCollector",
69       "public_header_files": [
70         "BluesnapSDK/**/KDataCollector*.h",
71         "BluesnapSDK/**/KountAnalyticsViewController.h"
72       ],
73       "vendored_frameworks": "Frameworks/XCFrameworks/KountDataCollector.xcframework"
74     },
75     {
76       "name": "Core",
77       "source_files": "BluesnapSDK/**/*.{h,m}",
78       "public_header_files": "BluesnapSDK/BluesnapSDK.h",
79       "dependencies": {
80         "BluesnapSDK/BSKDataCollector": [
82         ]
83       }
84     }
85   ],
86   "swift_version": "5.0"