[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / 9 / 3 / CHDatePickerView / 0.0.9 / CHDatePickerView.podspec.json
blob032587dc963bd7318f406b41cd61616bffb3c4c7
2   "name": "CHDatePickerView",
3   "version": "0.0.9",
4   "summary": "CHDatePickerView支持自组合的方式快速创建日期选择器,支持横竖屏切换适配安全区",
5   "homepage": "https://github.com/MeteoriteMan/CHDatePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "张晨晖": "shdows007@gmail.com"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/MeteoriteMan/CHDatePicker.git",
18     "tag": "0.0.9"
19   },
20   "source_files": "CHDatePickerView/**/*.{h,m}",
21   "resources": "CHDatePickerView/CHDatePickerLocalizable.bundle",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "Masonry"
26   ],
27   "dependencies": {
28     "Masonry": [
30     ]
31   },
32   "requires_arc": true