blob: 5a2ca5de2571daa79d48fb9d7f97b5abcbb57e99 [file] [log] [blame]
{
"name": "HGPersonalCenterExtend",
"version": "1.1.0",
"license": "MIT",
"summary": "Resolve scrollView nested sliding conflicts.",
"description": "Resolve scrollView nested sliding conflicts.\nHGPersonalCenterExtend supports iOS.",
"homepage": "https://github.com/ArchLL/HGPersonalCenterExtend",
"authors": {
"Arch": "mint_bin@163.com"
},
"source": {
"git": "https://github.com/ArchLL/HGPersonalCenterExtend.git",
"tag": "1.1.0"
},
"source_files": "HGPersonalCenterExtend/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"HGCategoryView": [
"~> 1.0.3"
]
},
"requires_arc": true
}