[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 9 / TBHourMinutePickerView / 0.1.1 / TBHourMinutePickerView.podspec.json
blobdff030f24a916b024362558c4d8efe47b78c13fd
2   "name": "TBHourMinutePickerView",
3   "version": "0.1.1",
4   "summary": "A subclass of UIPickerVew that make a custom control of hour and minutes selection",
5   "description": "This CocoaPod provides the ability to use a UIPickerView as a control to select a hour and an minute, with easy setup.",
6   "homepage": "https://github.com/thiagotmb/TBHourMinutePickerView",
7   "license": "MIT",
8   "authors": {
9     "thiagotmb": "tmb0710@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/thiagotmb/TBHourMinutePickerView.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TBHourMinutePickerView": [
22       "Pod/Assets/*.png"
23     ]
24   }