[Add] TensorFlowLiteSwift 0.0.1-nightly.20241231
[CocoaPods.git] / Specs / 1 / a / 4 / MSCollectionViewCalendarLayout / 0.0.1 / MSCollectionViewCalendarLayout.podspec.json
blobe568be55e5dad87f54da89e6c312c32eded69454
2   "name": "MSCollectionViewCalendarLayout",
3   "version": "0.0.1",
4   "summary": "UICollectionViewLayout for displaying chronological data. Similar to the \"Week\" view in the Apple Calendar app.",
5   "homepage": "https://github.com/monospacecollective/MSCollectionViewCalendarLayout",
6   "authors": {
7     "Eric Horacek": "eric@monospacecollective.com"
8   },
9   "license": "MIT",
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/monospacecollective/MSCollectionViewCalendarLayout.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "MSCollectionViewCalendarLayout/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "CupertinoYankee": [
21       "~> 0.1.1"
22     ]
23   }