[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / a / THCalendarDatePicker / 0.2.8 / THCalendarDatePicker.podspec.json
bloba710f0ab92a30d79fe3d05f1a0e30b9e1cb00574
2   "name": "THCalendarDatePicker",
3   "version": "0.2.8",
4   "summary": "A DatePicker based on a custom calendar view",
5   "homepage": "https://github.com/hons82/THCalendarDatePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Hannes Tribus": "hons82@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hons82/THCalendarDatePicker.git",
15     "tag": "v0.2.8"
16   },
17   "platforms": {
18     "ios": "6.1"
19   },
20   "requires_arc": true,
21   "source_files": "THCalendarDatePicker/*.{h,m}",
22   "resources": [
23     "THCalendarDatePicker/*.xib"
24   ],
25   "resource_bundles": {
26     "THCalendarDatePickerImages": [
27       "THCalendarDatePicker/Images.xcassets"
28     ]
29   },
30   "frameworks": "QuartzCore",
31   "dependencies": {
32     "KNSemiModalViewController": [
33       "~> 0.3"
34     ]
35   }