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