blob: 3970dffb2e167045cb70f1f811c2ab487c464497 [file] [log] [blame]
{
"name": "KLFloatingListView",
"version": "1.0.0",
"summary": "a floatingListView, just like the one in WeChat and QQ",
"description": "a floatingListView in Objective-C",
"homepage": "https://github.com/kevin00223/KLFloatingListView",
"license": "MIT",
"authors": {
"kevin00223": "likai.new@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kevin00223/KLFloatingListView.git",
"tag": "1.0.0"
},
"source_files": "KLFloatingListView",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}