2 "name": "LNPopupController",
4 "homepage": "https://github.com/LeoNatan/LNPopupController",
10 "Leo Natan": "lnatan@wix.com"
12 "description": "LNPopupController is a framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.",
13 "summary": "Framework for presenting view controllers in a popup style",
15 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/bar_style.gif",
16 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/close_modern_popup.gif",
17 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/custom1.png",
18 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/custom_bar.png",
19 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/default_bar_accessibility_label.png",
20 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/hidesBottomBar_TabBar.gif",
21 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/hidesBottomBar_Toolbar.gif",
22 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_bar_style.gif",
23 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_custom.png",
24 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/modern_no_scroll.gif",
25 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/open_modern_popup.gif",
26 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/rtl_english.png",
27 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/rtl_hebrew.png",
28 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/scoll.gif",
29 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/statusbar_hidden.gif",
30 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/statusbar_style.gif",
31 "https://github.com/LeoNatan/LNPopupController/raw/master/Supplements/taps.gif"
34 "git": "https://github.com/LeoNatan/LNPopupController.git",
38 "LNPopupController/*.{h,m}",
39 "LNPopupController/**/*.{h,m}"
41 "public_header_files": [
42 "LNPopupController/LNPopupController/*.h",
43 "LNPopupController/LNPopupController.h"
45 "private_header_files": "LNPopupController/LNPopupController/Private/*.h",
46 "prefix_header_file": "LNPopupController/LNPopupController.pch",
47 "resources": "LNPopupController/*.xcassets",
53 "pod_target_xcconfig": {
54 "OTHER_LDFLAGS": "-lObjC",
55 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
56 "CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS": "NO"