[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / a / e / b / BSCalendarView / 0.0.1 / BSCalendarView.podspec.json
blobdfb80f943976ea352a7d599801ae2e4cd48ce2df
2   "name": "BSCalendarView",
3   "version": "0.0.1",
4   "summary": "a horizontal calendar view, with many properties to custom and animate height when scroll",
5   "description": "a horizontal calendar view, with many properties to custom and animate height when scroll, cool",
6   "homepage": "https://github.com/blurryssky/BSCalendarView",
7   "license": "MIT",
8   "authors": {
9     "blurryssky": "blurryssky@icloud.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/blurryssky/BSCalendarView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "BSCalendarView",
20     "BSCalendarViewSample/BSCalendarView/*"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "DateTools": [
25       "~> 1.7.0"
26     ]
27   }