blob: 46798672a173b892a070be10d8663bc9f4027afa [file] [log] [blame]
{
"name": "SezzleMobileSDK",
"version": "1.1.0",
"summary": "A mobile SDK for Sezzle merchants",
"swift_versions": "5.0",
"description": "The Sezzle Mobile SDK is designed to give our merchants the ability to create Sezzle checkouts from their own apps. The SDK will open a webview given the SezzleSession that is passed",
"homepage": "https://github.com/sezzle/SezzleMerchantsSDKiOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charlie Sarano": "charlie.enriquez-sarano@sezzle.com"
},
"source": {
"git": "https://github.com/sezzle/SezzleMerchantsSDKiOS.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SezzleMobileSDK/**/*.{swift,h,m}",
"resources": [
"SezzleMobileSDK/Assets/Logo/*.png",
"SezzleMobileSDK/Assets/Fonts/*.ttf"
],
"dependencies": {
"SwiftyJSON": [
"~> 5.0"
]
},
"swift_version": "5.0"
}