blob: 221ec038343ce3da8f8833c6fc17255dad0219f8 [file] [log] [blame]
{
"name": "BMScreenDragView",
"version": "0.0.1",
"summary": "任意拖拽View",
"homepage": "https://github.com/asiosldh/BMScreenDragView",
"license": "MIT",
"authors": {
"asiosldh": "asiosldh@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asiosldh/BMScreenDragView.git",
"tag": "0.0.1"
},
"source_files": "BMScreenDragViewDemo/BMScreenDragViewDemo/BMScreenDragView/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.10"
],
"Masonry": [
"~> 1.0.2"
]
}
}