blob: 220102a3b3455aa042060a9d9861a9f96e80cb3a [file] [log] [blame]
{
"name": "StickyButton",
"version": "1.0.3",
"summary": "A sticky floating button menu.",
"homepage": "https://github.com/ach-ref/StickyButton",
"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.",
"screenshots": [
"https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo1.gif",
"https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo2.gif",
"https://raw.githubusercontent.com/ach-ref/StickyButton/master/Resources/demo3.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Achref Marzouki": "contact@amarzouki.com"
},
"social_media_url": "https://amarzouki.com",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/ach-ref/StickyButton.git",
"tag": "1.0.3"
},
"source_files": "StickyButton/**/*.{h,m,swift}",
"public_header_files": "StickyButton/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5"
}