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