[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / d / BXCalendar / 1.0.0 / BXCalendar.podspec.json
blobffcae6094293f1afad2c38c240d509a39b128850
2   "name": "BXCalendar",
3   "version": "1.0.0",
4   "summary": "一个适用于中国国情的日历选择器, 支持 Swift 3",
5   "description": "一个适用于中国国情的日历选择器,支持多选,农历显示,法定节假日显示",
6   "homepage": "https://github.com/banxi1988/BXCalendar",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/BXCalendar.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "BXForm": [
22       "~>1.0"
23     ]
24   }