[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 4 / 2 / 5 / HKRefreshControl / 1.0.0 / HKRefreshControl.podspec.json
blob8318b85c596e407f4002ee9696fc54c3d659a019
2   "name": "HKRefreshControl",
3   "version": "1.0.0",
4   "summary": "A custom refresh control that mimics iOS6's UIRefreshControl behavior but is also available for iOS5.",
5   "homepage": "https://github.com/Harmek/HKRefreshControl",
6   "screenshots": "https://github.com/Harmek/HKRefreshControl/raw/master/Screenshot.png",
7   "authors": {
8     "Panos Baroudjian": "baroudjian.panos@gmail.com"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/Harmek/HKRefreshControl.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "HKRefreshControl/HKRefreshControl.{h,m}",
20     "HKRefreshControl/UITableViewController+RefreshControl.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "HKCircularProgressView": [
25       "~> 1.0.5"
26     ]
27   }