blob: ae9b6c11287f932c85166533c0ed61d6aed6c933 [file] [log] [blame]
{
"name": "TipJarViewController",
"version": "2.1.0",
"summary": "Easy, drop-in tipping for iOS apps.",
"homepage": "https://github.com/lionheart/TipJarViewController",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/TipJarViewController.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/lionheartsw",
"documentation_url": "https://code.lionheart.software/TipJarViewController/",
"description": "TODO: Add long description of the pod here.",
"platforms": {
"ios": "13.6"
},
"swift_versions": "5",
"source_files": "TipJarViewController/Classes/**/*",
"frameworks": [
"UIKit",
"StoreKit"
],
"dependencies": {
"QuickTableView": [
"~> 4.0"
],
"SuperLayout": [
"~> 2.0"
],
"LionheartExtensions": [
"~> 5.0"
]
},
"swift_version": "5"
}