blob: 8f9a505fc2498133781210b403d2d7eab51d7201 [file] [log] [blame]
{
"name": "TipJarViewController",
"version": "1.0.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": "1.0.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": "10.3"
},
"swift_version": "4.2",
"source_files": "TipJarViewController/Classes/**/*",
"frameworks": [
"UIKit",
"StoreKit"
],
"dependencies": {
"QuickTableView": [
"~> 3"
],
"SuperLayout": [
"~> 2"
],
"LionheartExtensions": [
"~> 4"
]
}
}