blob: f442b4c29e2db5e1c0abd8810936647cb2cfd621 [file] [log] [blame]
{
"name": "PrimerSDK",
"version": "1.2.2",
"summary": "Official iOS SDK for Primer",
"description": "This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app.",
"homepage": "https://www.primer.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Primer": "carl@primer.io"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/primer-io/primer-sdk-ios.git",
"tag": "1.2.2"
},
"source_files": "PrimerSDK/**/*.{swift}",
"resource_bundles": {
"PrimerSDK": [
"PrimerSDK/**/*.xcassets"
]
},
"swift_versions": "4.2",
"frameworks": "UIKit",
"swift_version": "4.2"
}