blob: 79e57eb7736257009a88a4daacc4cea4bb51f695 [file] [log] [blame]
{
"name": "AffirmSDK",
"authors": "Affirm, Inc.",
"version": "5.0.19",
"summary": "Integrate Affirm into your iOS app",
"homepage": "https://github.com/Affirm/affirm-merchant-sdk-ios",
"license": {
"type": "BSD-3-Clause",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Affirm/affirm-merchant-sdk-ios.git",
"tag": "5.0.19"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AffirmSDK/*.{h,m}",
"public_header_files": "AffirmSDK/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"WebKit"
],
"resources": [
"AffirmSDK/*.xib",
"AffirmSDK/*.bundle"
]
}