blob: 0ef8e2fa1834a2503b7080a5efa450c23f2cd2ee [file] [log] [blame]
{
"name": "AMRefreshingTableViewController",
"platforms": {
"ios": "8.0"
},
"version": "1.0.0",
"summary": "A table view controller that loads items from an external (networked) data source.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"homepage": "https://github.com/AnthonyMDev/AMRefreshingTableViewController",
"source": {
"git": "https://github.com/anthonymdev/amrefreshingtableviewcontroller.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "AMRefreshingTableViewController/Core/*.{h,m}",
"dependencies": {
"AMPullToRefresh": [
"~> 1.0"
],
"AutoLayoutCells": [
"~> 0.6"
],
"MBProgressHUD": [
"~> 0.8"
],
"UIScrollView-InfiniteScroll": [
"~> 0.2"
]
}
}