blob: b96579f9c79d0392a0e501599a6d61670d9650f9 [file] [log] [blame]
{
"name": "DHMovableExtension",
"version": "1.0.2",
"summary": "easy to make cell movable.",
"description": "make cell in UITableView/UICollectionView easy to be movable.",
"homepage": "https://github.com/DanielHusx/DHMovableExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanielHusx": "danielxing@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/DanielHusx/DHMovableExtension.git",
"tag": "1.0.2"
},
"source_files": [
"DHMovableExtension",
"DHMovableExtension/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}