blob: 5b1bb867e7cacd1470d82feb060694a59e675011 [file] [log] [blame]
{
"name": "PrimerSDK",
"version": "1.5.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"
},
"source": {
"git": "https://github.com/primer-io/primer-sdk-ios.git",
"tag": "1.5.2"
},
"swift_versions": "5.3",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/PrimerSDK/Classes/**/*.{h,m,swift}",
"resource_bundles": {
"PrimerResources": [
"Sources/PrimerSDK/Resources/*.xcassets",
"Sources/PrimerSDK/Resources/Localizable/*"
]
},
"testspecs": [
{
"name": "PrimerSDKTests",
"test_type": "unit",
"source_files": "Tests/**/*.{h,m,swift}"
}
],
"swift_version": "5.3"
}