[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / 0 / BluesnapSDK / 0.0.1 / BluesnapSDK.podspec.json
blob373f4dc6dd218ac3937e45a76c4479965e74b965
2   "name": "BluesnapSDK",
3   "version": "0.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.0"
16   },
17   "source": {
18     "git": "https://github.com/bluesnap/bluesnap-ios.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "BluesnapSDK/**/*.{h,m,swift}",
22   "resource_bundles": {
23     "BluesnapUI": [
24       "BluesnapSDK/**/*.xib",
25       "BluesnapSDK/**/*.storyboard",
26       "BluesnapSDK/**/Media.xcassets"
27     ]
28   },
29   "exclude_files": "BluesnapSDK/BluesnapSDKTests/**/*.*",
30   "resources": "BluesnapSDK/**/Media.xcassets",
31   "frameworks": [
32     "Foundation",
33     "Security",
34     "WebKit",
35     "PassKit",
36     "AddressBook",
37     "UIKit"
38   ],
39   "weak_frameworks": "Contacts",
40   "requires_arc": true,
41   "pushed_with_swift_version": "3.0"