blob: 14ee78c0cd8b4fd9c029021a32da28078dfc6f59 [file] [log] [blame]
{
"name": "JWRefreshableTableController",
"version": "0.1.2",
"summary": "TableView with Pull-Refresh & Load-More.",
"description": "TableView with Pull-Refresh & Load-More. ARC compatible. Modified with EGORefreshCluster.",
"homepage": "https://github.com/Jowyer/JWRefreshableTableController",
"license": "MIT",
"authors": {
"Jowyer": "jowyer@gmail.com"
},
"source": {
"git": "https://github.com/Jowyer/JWRefreshableTableController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/JWRefreshTableCluster/*",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"frameworks": "QuartzCore"
}