[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / a / 4 / MSCollectionViewCalendarLayout / 0.0.2 / MSCollectionViewCalendarLayout.podspec.json
blobdf9b1d97cfcc0a5ad9645ae6da1959cd0d113395
2   "name": "MSCollectionViewCalendarLayout",
3   "version": "0.0.2",
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.2"
16   },
17   "source_files": "MSCollectionViewCalendarLayout/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "CupertinoYankee": [
21       "~> 0.1.1"
22     ]
23   }