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": "4.2",
19 "git": "https://github.com/bluesnap/bluesnap-ios.git",
22 "source_files": "BluesnapSDK/**/*.{h,m,swift,a}",
23 "pod_target_xcconfig": {
24 "SWIFT_VERSION": "4.2",
25 "ONLY_ACTIVE_ARCH": "NO"
29 "BluesnapSDK/**/*.xib",
30 "BluesnapSDK/**/*.storyboard",
31 "BluesnapSDK/**/Media.xcassets",
32 "BluesnapSDK/**/*.strings"
36 "BluesnapSDK/BluesnapSDKTests/**/*.*",
37 "BluesnapSDK/BluesnapSDKIntegrationTests/**/*.*",
38 "BluesnapSDK/**/libKountDataCollector.a",
39 "BluesnapSDK/**/KDataCollector.{h,m}"
41 "resources": "BluesnapSDK/**/Media.xcassets",
50 "weak_frameworks": "Contacts",
54 "name": "DataCollector",
55 "source_files": "BluesnapSDK/**/KDataCollector.{h,m}",
56 "public_header_files": "BluesnapSDK/**/KDataCollector*.h",
57 "vendored_libraries": "BluesnapSDK/**/libKountDataCollector.a"