[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 3 / StickyButton / 1.0.2 / StickyButton.podspec.json
blobc9b43270c15dad672d479390e6f0fddbda9431a3
2   "name": "StickyButton",
3   "version": "1.0.2",
4   "summary": "A sticky floating button menu.",
5   "homepage": "https://github.com/ach-ref/StickyButton",
6   "description": "A sticky floating action button for iOS. It sticks to bottom left or right side of the screen. You can change the side by a simple swipe. It's a fancy and nice way to navigate between controllers for example.",
7   "screenshots": [
8     "https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo1.gif",
9     "https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo2.gif",
10     "https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo3.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Achref Marzouki": "contact@amarzouki.com"
18   },
19   "social_media_url": "https://amarzouki.com",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "swift_versions": "5",
24   "source": {
25     "git": "https://github.com/ach-ref/StickyButton.git",
26     "tag": "1.0.2"
27   },
28   "source_files": "StickyButton/**/*.{h,m,swift}",
29   "public_header_files": "StickyButton/**/*.h",
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
33   },
34   "swift_version": "5"