blob: 2fbceca724f2bcedf6e6bb373901968288e0ed79 [file] [log] [blame]
{
"name": "TipJarViewController",
"version": "0.1.2",
"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": "0.1.2"
},
"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.0",
"source_files": "TipJarViewController/Classes/**/*",
"frameworks": [
"UIKit",
"StoreKit"
],
"dependencies": {
"QuickTableView": [
"~> 2.0"
],
"SuperLayout": [
"~> 1.0"
],
"LionheartExtensions": [
"~> 3.0"
]
}
}