[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / 2 / d / f / BZCalendar / 0.1.1 / BZCalendar.podspec.json
blob6f6c2a1f254a5701524a40168c8acbc305be08c9
2   "name": "BZCalendar",
3   "version": "0.1.1",
4   "summary": "Still WIP :)",
5   "description": "Simple to implement CalendarView in iOS",
6   "homepage": "https://github.com/bartekzabicki/BZCalendar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bartek Zabicki": "bartekzabicki@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bartekzabicki/BZCalendar.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "dependencies": {
22     "Unicorns": [
24     ]
25   },
26   "source_files": "BZCalendar/Classes/**/*",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   },
30   "resource_bundles": {
31     "BZCalendar": [
32       "BZCalendar/Classes/**/*.xib"
33     ]
34   }