blob: 4088cbcdfda0faa5f2b9c27f9705921bb3605d71 [file] [log] [blame]
{
"name": "AffirmSDK",
"authors": "Affirm, Inc.",
"version": "5.0.6",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AffirmSDK/*.{h,m}",
"resources": "AffirmSDK/AffirmSDK.bundle",
"public_header_files": "AffirmSDK/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"WebKit"
]
}