[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 0.2.0 / BluesnapSDK.podspec.json
blobafca249dd2760e0b6fedb97f5419222568cb9fcc
2   "name": "BluesnapSDK",
3   "version": "0.2.0",
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.0"
16   },
17   "source": {
18     "git": "https://github.com/bluesnap/bluesnap-ios.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "BluesnapSDK/**/*.{h,m,swift,a}",
22   "resource_bundles": {
23     "BluesnapUI": [
24       "BluesnapSDK/**/*.xib",
25       "BluesnapSDK/**/*.storyboard",
26       "BluesnapSDK/**/Media.xcassets",
27       "BluesnapSDK/**/*.strings"
28     ]
29   },
30   "exclude_files": "BluesnapSDK/BluesnapSDKTests/**/*.*",
31   "resources": "BluesnapSDK/**/Media.xcassets",
32   "frameworks": [
33     "Foundation",
34     "Security",
35     "WebKit",
36     "PassKit",
37     "AddressBook",
38     "UIKit"
39   ],
40   "weak_frameworks": "Contacts",
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "DataCollector",
45       "source_files": "BluesnapSDK/Kount/*.{h,m}",
46       "public_header_files": "BluesnapSDK/Kount/*.h",
47       "vendored_libraries": "BluesnapSDK/Kount/libKountDataCollector.a"
48     }
49   ]