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",
12 "snpori": "oribsnap@gmail.com"
17 "swift_versions": "5.0",
19 "git": "https://github.com/bluesnap/bluesnap-ios.git",
22 "pod_target_xcconfig": {
23 "SWIFT_VERSION": "5.0",
24 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25 "ONLY_ACTIVE_ARCH": "NO"
27 "user_target_xcconfig": {
28 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31 "BluesnapSDK/**/Media.xcassets",
32 "BluesnapSDK/**/Assets.car"
34 "weak_frameworks": "Contacts",
46 "BluesnapSDK/**/*.swift",
47 "BluesnapSDK/Kount-Bridging-Header.h",
48 "Frameworks/**/KDataCollector.h",
49 "Frameworks/**/KountAnalyticsViewController.h"
51 "public_header_files": [
52 "BluesnapSDK/Kount-Bridging-Header.h",
53 "Frameworks/**/KDataCollector.h",
54 "Frameworks/**/KountAnalyticsViewController.h"
57 "vendored_frameworks": [
58 "Frameworks/FATFrameworks/CardinalMobile.framework",
59 "Frameworks/XCFrameworks/KountDataCollector.xcframework"
64 "BluesnapSDK/**/*.xib",
65 "BluesnapSDK/**/*.storyboard",
66 "BluesnapSDK/**/Media.xcassets",
67 "BluesnapSDK/**/Assets.car",
68 "BluesnapSDK/**/*.strings"
71 "swift_version": "5.0"