| { |
| "name": "KlarnaPayments", |
| "version": "0.1-beta1", |
| "summary": "Klarna Payments iOS SDK", |
| "description": "Simple integration of Klarna Payments into native iOS apps", |
| "homepage": "https://github.com/klarna/kp-mobile-sdk", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Klarna Team Mobile SDK": "mobile.sdk@klarna.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/klarna/kp-mobile-sdk.git", |
| "tag": "0.1-beta1" |
| }, |
| "ios": { |
| "source_files": "ios/KlarnaPayments.framework/Headers/*.h", |
| "public_header_files": "ios/KlarnaPayments.framework/Headers/*.h", |
| "vendored_frameworks": "ios/KlarnaPayments.framework" |
| }, |
| "requires_arc": true, |
| "swift_version": "4.0" |
| } |