[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / d / 6 / RDHExpandingPickerViews / 1.0.0 / RDHExpandingPickerViews.podspec.json
blob98324456e93accb83adfa56a8458cbd740869658
2   "name": "RDHExpandingPickerViews",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Inline view that expands to show a UIPickerView/UIDatePickerView.",
6   "homepage": "https://github.com/rhodgkins/RDHExpandingPickerViews",
7   "authors": "Rich Hodgkins",
8   "source": {
9     "git": "https://github.com/rhodgkins/RDHExpandingPickerViews.git",
10     "tag": "1.0.0"
11   },
12   "frameworks": [
13     "UIKit",
14     "Foundation",
15     "CoreGraphics"
16   ],
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "RDHExpandingPickerViews/**/*.{h,m}",
22   "private_header_files": "**/Internal/**/*",
23   "screenshots": [
24     "https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/unexpanded.png",
25     "https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/date.png",
26     "https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/countdown.png",
27     "https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/picker.png"
28   ]