[Add] PrimerKlarnaSDK 0.1.0
[CocoaPods.git] / Specs / a / 0 / c / PrimerKlarnaSDK / 0.1.0 / PrimerKlarnaSDK.podspec.json
blobb86055d48ec973378a0f05d80a504d0c4dab7207
2   "name": "PrimerKlarnaSDK",
3   "version": "0.1.0",
4   "summary": "A wrapper of the KlarnaMobileSDK.",
5   "description": "PrimerKlarnaSDK is a wrapper of the KlarnaMobileSDK that exposes its functionality source\nit can be used within the PrimerSDK as a separate module. If you want to use Klarna for\naccepting payments from Primer you have to add `pod 'PrimerKlarnaSDK'` in your podfile.",
6   "homepage": "https://github.com/primer-io/primer-klarna-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Primer DX Team": "dx@primer.io"
13   },
14   "source": {
15     "git": "https://github.com/primer-io/primer-klarna-sdk-ios.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://primer.io",
19   "cocoapods_version": ">= 1.10.0",
20   "swift_versions": "5.3",
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "PrimerKlarnaSDK/Classes/**/*",
25   "dependencies": {
26     "KlarnaMobileSDK": [
27       "2.2.2"
28     ]
29   },
30   "swift_version": "5.3"