blob: 954e3a3a1bf2251f9b618708e9bdf3edd0d58826 [file] [log] [blame]
{
"name": "TDPopupKit",
"version": "0.1.1",
"summary": "A simple SwiftEntryKit wrapper Library for TEDMOB Apps. Written in Swift.",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"description": "PopupKit is a banner presenter library for iOS. It can be used to easily display pop-ups and notification-like views within your iOS apps. PopupKit is highly customizable but also offers a bunch of beautiful presets that can be themed with your app fonts and colors.",
"homepage": "https://gitlab.com/tedmob/ios/tdpopupkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mojtaba-almoussawi": "mojtaba.almoussawi@tedmob.com"
},
"source": {
"git": "https://gitlab.com/tedmob/ios/tdpopupkit.git",
"branch": "master",
"tag": "0.1.1"
},
"source_files": "TDPopupKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftEntryKit": [
"1.2.6"
]
},
"swift_version": "5.0"
}