[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / 9 / DatePickerDialogSwift / 0.1.1 / DatePickerDialogSwift.podspec.json
blob80173ffdb4d7813e603a9a274d6f6b0b1b187ec7
2   "name": "DatePickerDialogSwift",
3   "version": "0.1.1",
4   "summary": "一个简单易用的日期选择控件",
5   "description": "一个简单易用的日期选择控件,此日期控件参照,https://github.com/squimer/DatePickerDialog-iOS-Swift/blob/master/Sources/DatePickerDialog.swift所改写",
6   "homepage": "https://github.com/zhenxingliu/DatePickerDialogSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhenxingLiu": "5210167@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhenxingliu/DatePickerDialogSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DatePickerDialogSwift/Classes/**/*",
22   "dependencies": {
23     "Hue": [
24       "~> 3.0.0"
25     ]
26   }