blob: 4977c7b14ad271e7e43021756ccc498227199671 [file] [log] [blame]
{
"name": "SwiftyFloatingView",
"version": "0.1.2",
"summary": "SwiftyFloatingView is a view on top of all views. It can show, move or hide anytime. And It's UI could be customized.",
"description": "SwiftyFloatingView is a view on top of all views. It can show, move or hide anytime. And It's UI could be customized. A floating View for iOS.",
"homepage": "https://github.com/SwiftyKit/SwiftyFloatingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SwiftyKit": "swiftykit@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/SwiftyKit/SwiftyFloatingView.git",
"tag": "0.1.2"
},
"source_files": [
"Sources/*.swift",
"Sources/SwiftyFloatingView.h",
"Sources/SwiftyFloatingView.swift"
],
"exclude_files": "Classes/Exclude"
}