[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / a / b / LNPopupController / 2.7.1 / LNPopupController.podspec.json
blob41e391351952d6de1177a0ec0ffd88d59f7dcd80
2   "name": "LNPopupController",
3   "version": "2.7.1",
4   "homepage": "https://github.com/LeoNatan/LNPopupController",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Leo Natan": "lnatan@wix.com"
11   },
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",
14   "screenshots": [
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"
32   ],
33   "source": {
34     "git": "https://github.com/LeoNatan/LNPopupController.git",
35     "tag": "2.7.1"
36   },
37   "source_files": "LNPopupController/**/*.{h,m}",
38   "public_header_files": [
39     "LNPopupController/LNPopupController/*.h",
40     "LNPopupController/LNPopupController.h"
41   ],
42   "private_header_files": "LNPopupController/LNPopupController/Private/*.h",
43   "prefix_header_file": "LNPopupController/LNPopupController.pch",
44   "resources": "LNPopupController/*.xcassets",
45   "frameworks": [
46     "Foundation",
47     "UIKit",
48     "QuartzCore"
49   ],
50   "pod_target_xcconfig": {
51     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
52     "CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS": "NO"
53   },
54   "requires_arc": true,
55   "platforms": {
56     "ios": "9.0"
57   }