blob: ac69607fa663f36d0ebc4c57f1f730035b72c8cb [file] [log] [blame]
{
"name": "GYTableViewController",
"version": "1.0.6",
"summary": "A simple and efficient table control with pull-to-refresh",
"homepage": "https://github.com/gaoyangclub/GYTableViewController",
"license": "MIT",
"authors": {
"高扬": "gaoyangclub@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gaoyangclub/GYTableViewController.git",
"tag": "1.0.6"
},
"source_files": "GYTableViewController/Framework/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}