blob: 46b701621622ff198ef87a5dc4ce2f237e30c34f [file] [log] [blame]
{
"name": "GYTableViewController",
"version": "1.1.0.2",
"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.1.0.2"
},
"source_files": "Framework/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}