blob: 87386e0581f5587ebf93fc976b9067d73219650b [file] [log] [blame]
{
"name": "LNPopupController",
"version": "2.9.1",
"homepage": "https://github.com/LeoNatan/LNPopupController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo Natan": "lnatan@wix.com"
},
"description": "LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.",
"summary": "Framework for presenting view controllers in a popup style",
"screenshots": [
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/bar_style.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/close_modern_popup.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/custom1.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/custom_bar.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/default_bar_accessibility_label.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/hidesBottomBar_TabBar.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/hidesBottomBar_Toolbar.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_bar_style.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_custom.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_no_scroll.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/open_modern_popup.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/rtl_english.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/rtl_hebrew.png",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/scoll.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/statusbar_hidden.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/statusbar_style.gif",
"https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/taps.gif"
],
"source": {
"git": "https://github.com/LeoNatan/LNPopupController.git",
"tag": "2.9.1"
},
"source_files": [
"LNPopupController/LNPopupController/**/*.{h,m}",
"LNPopupController/LNPopupController.h"
],
"public_header_files": [
"LNPopupController/LNPopupController/*.h",
"LNPopupController/LNPopupController.h"
],
"private_header_files": "LNPopupController/LNPopupController/Private/*.h",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"pod_target_xcconfig": {
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
"CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS": "NO"
},
"requires_arc": true,
"platforms": {
"ios": "11.0"
}
}