blob: 51159148062f78c5380e37bd9ecfe9a68482d245 [file] [log] [blame]
{
"name": "SGVGridView",
"version": "0.3.12",
"summary": "表格视图组件",
"description": "通过字典数据直接初始化表格视图。",
"homepage": "https://github.com/ServyouMobile/SGVGridView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"季怀奇": "jihq@servyou.com.cn"
},
"source": {
"git": "https://github.com/ServyouMobile/SGVGridView.git",
"tag": "0.3.12"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SGVGridView/Classes/**/**/*.{h,m}",
"public_header_files": "SGVGridView/Classes/**/**/*.h",
"resource_bundles": {
"SGVGridViewImages": [
"SGVGridView/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"SDWebImage": [
"~> 3.8"
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}