blob: 1e4a8f40d1c0d87474056c7bc00a4b14bebd9237 [file] [log] [blame]
{
"name": "DRScrollableViews",
"version": "0.1.0",
"summary": "UITableView, UICollectionView等的一些特殊效果",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DeanFs/DRScrollableViews",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dean_F": "stone.feng1990@gmail.com"
},
"source": {
"git": "https://github.com/DeanFs/DRScrollableViews.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"resources": "DRScrollableViews/Assets/*",
"dependencies": {
"DRMacroDefines": [
],
"DRCategories": [
],
"HexColors": [
"4.0.0"
],
"Masonry": [
]
},
"subspecs": [
{
"name": "DRDragSortTableView",
"source_files": "DRScrollableViews/Classes/DRDragSortTableView/*.{h,m}"
}
]
}