blob: 887dd2825215b5b514b6037bc3637d6fbdd8b810 [file] [log] [blame]
{
"name": "AMRefreshingTableViewController",
"platforms": {
"ios": "7.0"
},
"version": "0.2.1",
"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": "0.2.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AMPullToRefresh": [
"~> 1.0"
],
"AutoLayoutCells": [
"~> 0.2"
],
"MBProgressHUD": [
"~> 0.8"
],
"UIScrollView-InfiniteScroll": [
"~> 0.2"
]
},
"resource_bundles": {
"AMRefreshingTableViewController": [
"AMRefreshingTableViewController/ResourcesBundle/*/*"
]
},
"source_files": "AMRefreshingTableViewController/*.{h,m}"
}