blob: f12dd6270bbf6e42adab8b0370197035b2f4c39e [file] [log] [blame]
{
"name": "SIScrollViewWrap",
"version": "1.0.2",
"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.2"
},
"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}"
}
]
}