[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.2.3 / BluesnapSDK.podspec.json
blob4514d8fd871168b894fed753e7fe8a3182304c3d
2   "name": "BluesnapSDK",
3   "version": "1.2.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": "9.3"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/bluesnap/bluesnap-ios.git",
20     "tag": "1.2.3"
21   },
22   "source_files": "BluesnapSDK/**/*.{h,m,swift,a}",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.2",
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/BluesnapSDKTests/**/*.*",
37     "BluesnapSDK/BluesnapSDKIntegrationTests/**/*.*",
38     "BluesnapSDK/**/libKountDataCollector.a",
39     "BluesnapSDK/**/KDataCollector.{h,m}"
40   ],
41   "resources": "BluesnapSDK/**/Media.xcassets",
42   "frameworks": [
43     "Foundation",
44     "Security",
45     "WebKit",
46     "PassKit",
47     "AddressBook",
48     "UIKit"
49   ],
50   "weak_frameworks": "Contacts",
51   "requires_arc": true,
52   "subspecs": [
53     {
54       "name": "DataCollector",
55       "source_files": "BluesnapSDK/**/KDataCollector.{h,m}",
56       "public_header_files": "BluesnapSDK/**/KDataCollector*.h",
57       "vendored_libraries": "BluesnapSDK/**/libKountDataCollector.a"
58     }
59   ]