blob: f6f67e2fcfacd7d1f2ce61e8c0ac52f95119c657 [file] [log] [blame]
{
"name": "BuyMeACoffee",
"version": "1.3",
"license": {
"type": "MIT",
"text": " Copyright © 2020 App Craft Studio. All rights reserved.\n"
},
"homepage": "https://github.com/appcraftstudio/buymeacoffee",
"authors": {
"François Boulais": "francois@appcraftstudio.com"
},
"summary": "Buy Me A Coffee framework for iOS",
"source": {
"git": "https://github.com/appcraftstudio/buymeacoffee.git",
"tag": "v1.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": [
"Sources/**/*.swift",
"Bundle.swift"
],
"ios": {
"frameworks": [
"UIKit",
"WebKit"
]
},
"swift_version": "5.0"
}