blob: 24754c51c1de992c1e26fdbe9c4026d5cd19c787 [file] [log] [blame]
{
"name": "SGVGridView",
"version": "1.1.2",
"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": "1.1.2"
},
"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": [
"~> 4.0"
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}