[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / b / 0 / AMRefreshingTableViewController / 0.2.4 / AMRefreshingTableViewController.podspec.json
blob1bb5473aea98efacf373918e0b270e1d1b678a4e
2   "name": "AMRefreshingTableViewController",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.2.4",
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": "0.2.4"
19   },
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "dependencies": {
23     "AMPullToRefresh": [
24       "~> 1.0"
25     ],
26     "AutoLayoutCells": [
27       "~> 0.6"
28     ],
29     "MBProgressHUD": [
30       "~> 0.8"
31     ],
32     "UIScrollView-InfiniteScroll": [
33       "~> 0.2"
34     ]
35   },
36   "resource_bundles": {
37     "AMRefreshingTableViewController": [
38       "AMRefreshingTableViewController/ResourcesBundle/*/*"
39     ]
40   },
41   "source_files": "AMRefreshingTableViewController/*.{h,m}"