blob: 887b2867b7cec361cf6bc1513f35fc7e18036285 [file] [log] [blame]
{
"name": "JWRefreshableTableController",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/JWRefreshTableCluster/*",
"ios": {
"resource_bundles": {
"JWRefreshableTableController-Localization": [
"Classes/Localization/*.lproj"
]
},
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"frameworks": "QuartzCore"
}