blob: 1a3f1a53186f73bd44f002ec1da1360e8160a720 [file] [log] [blame]
{
"name": "ESFloatingView",
"version": "1.0.0",
"summary": "Extension to UIScrollView, plugin for keyboard.",
"description": "Set scrollView.ES_floatingView with a subview of a scrollView then when keyboard pop up this view will float to an appropriate position.",
"homepage": "https://github.com/ELSS-ZION/ESFloatingView",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"ELSS": "elsszion@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ELSS-ZION/ESFloatingView.git",
"tag": "1.0.0"
},
"source_files": [
"ESFloatingView",
"ESFloatingView/**/*.{h,m}"
],
"frameworks": "UIKit"
}