[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / a / f / BDatePicker / 0.1.0 / BDatePicker.podspec.json
blob5cbb7ed4de7452247fd2511ed6dec6fca9b37963
2   "name": "BDatePicker",
3   "version": "0.1.0",
4   "summary": "BDatePicker is a tool for quickly selecting a date from a wide range.",
5   "description": "BDatePicker provides a simple framework for producing a popup from which to select a date\nusing a calendar and time picker. It's build upon the existing pod 'PopupDialog'",
6   "homepage": "https://github.com/Kautenja/BDatePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kautenja": "ckfour@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/Kautenja/BDatePicker.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "BDatePicker/Classes/**/*",
22   "resource_bundles": {
23     "BDatePicker": [
24       "BDatePicker/Assets/*"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "PopupDialog": [
30       "~> 0.5"
31     ],
32     "FSCalendar": [
34     ]
35   },
36   "pushed_with_swift_version": "3.0"