[Add] FriendlyCaptcha 1.0.0
[CocoaPods.git] / Specs / 0 / 9 / 3 / CHDatePickerView / 0.0.1 / CHDatePickerView.podspec.json
blob76334d75bceb6f183799c6c97bcd8dfbb967824f
2   "name": "CHDatePickerView",
3   "version": "0.0.1",
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.1"
19   },
20   "source_files": "CHDatePickerView/**/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "Masonry"
25   ],
26   "dependencies": {
27     "Masonry": [
29     ]
30   },
31   "requires_arc": true