[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / b / 0 / AMRefreshingTableViewController / 1.0.0 / AMRefreshingTableViewController.podspec.json
blob0ef8e2fa1834a2503b7080a5efa450c23f2cd2ee
2   "name": "AMRefreshingTableViewController",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "1.0.0",
7   "summary": "A table view controller that loads items from an external (networked) data source.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Anthony Miller": "AnthonyMDev@gmail.com"
14   },
15   "homepage": "https://github.com/AnthonyMDev/AMRefreshingTableViewController",
16   "source": {
17     "git": "https://github.com/anthonymdev/amrefreshingtableviewcontroller.git",
18     "tag": "1.0.0"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "source_files": "AMRefreshingTableViewController/Core/*.{h,m}",
23   "dependencies": {
24     "AMPullToRefresh": [
25       "~> 1.0"
26     ],
27     "AutoLayoutCells": [
28       "~> 0.6"
29     ],
30     "MBProgressHUD": [
31       "~> 0.8"
32     ],
33     "UIScrollView-InfiniteScroll": [
34       "~> 0.2"
35     ]
36   }