[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.3.4-nc / BluesnapSDK.podspec.json
blobc0446fb93b4306f1d25ce42d32fd91f1afd9b53a
2   "name": "BluesnapSDK",
3   "version": "1.3.4-nc",
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": "9.3"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/bluesnap/bluesnap-ios.git",
20     "tag": "1.3.4-nc"
21   },
22   "source_files": "BluesnapSDK/**/*.{h,m,swift,a}",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0",
25     "ONLY_ACTIVE_ARCH": "NO"
26   },
27   "resource_bundles": {
28     "BluesnapUI": [
29       "BluesnapSDK/**/*.xib",
30       "BluesnapSDK/**/*.storyboard",
31       "BluesnapSDK/**/Media.xcassets",
32       "BluesnapSDK/**/*.strings"
33     ]
34   },
35   "exclude_files": [
36     "BluesnapSDK/CardinalMobile.framework/Headers/**",
37     "BluesnapSDK/BluesnapSDKTests/**/*.*",
38     "BluesnapSDK/BluesnapSDKIntegrationTests/**/*.*",
39     "BluesnapSDK/**/libKountDataCollector.a",
40     "BluesnapSDK/**/KDataCollector.{h,m}"
41   ],
42   "resources": "BluesnapSDK/**/Media.xcassets",
43   "weak_frameworks": "Contacts",
44   "frameworks": [
45     "Foundation",
46     "Security",
47     "WebKit",
48     "PassKit",
49     "AddressBook",
50     "UIKit",
51     "Contacts"
52   ],
53   "requires_arc": true,
54   "subspecs": [
55     {
56       "name": "DataCollector",
57       "source_files": "BluesnapSDK/**/KDataCollector.{h,m}",
58       "public_header_files": "BluesnapSDK/**/KDataCollector*.h",
59       "vendored_libraries": "BluesnapSDK/**/libKountDataCollector.a"
60     }
61   ],
62   "swift_version": "5.0"