blob: d9047f00be910d3cc7f670a16ee42228764a8f57 [file] [log] [blame]
{
"name": "SIScrollViewWrap",
"version": "1.0.5",
"summary": "ScrollViewWrap With Model",
"description": "A ScrollViewWrap With Model",
"homepage": "https://github.com/silence0201/UIScrollViewWrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/UIScrollViewWrap.git",
"tag": "1.0.5"
},
"requires_arc": true,
"dependencies": {
"UITableView+FDTemplateLayoutCell": [
"~> 1.4"
]
},
"subspecs": [
{
"name": "UITableView",
"source_files": "UIScrollViewWrap/{UITableView,Common}/**/*.{h,m}",
"public_header_files": "UIScrollViewWrap/{UITableView,Common}/**/*.{h}"
},
{
"name": "UICollectionView",
"source_files": "UIScrollViewWrap/{UICollection,Common}/**/*.{h,m}",
"public_header_files": "UIScrollViewWrap/{UICollection,Common}/**/*.{h}"
}
]
}