[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 1.0.1 / BluesnapSDK.podspec.json
blob27c1e8d18f8512210b24454bf072f649ba6f8ae6
2   "name": "BluesnapSDK",
3   "version": "1.0.1",
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_version": "4.2",
18   "source": {
19     "git": "https://github.com/bluesnap/bluesnap-ios.git",
20     "tag": "1.0.1"
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": "BluesnapSDK/BluesnapSDKTests/**/*.*",
36   "resources": "BluesnapSDK/**/Media.xcassets",
37   "frameworks": [
38     "Foundation",
39     "Security",
40     "WebKit",
41     "PassKit",
42     "AddressBook",
43     "UIKit"
44   ],
45   "weak_frameworks": "Contacts",
46   "requires_arc": true,
47   "subspecs": [
48     {
49       "name": "DataCollector",
50       "source_files": "BluesnapSDK/**/KDataCollector.{h,m}",
51       "public_header_files": "BluesnapSDK/**/KDataCollector*.h",
52       "vendored_libraries": "BluesnapSDK/**/libKountDataCollector.a"
53     }
54   ]