[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 8 / 1 / KLSDateLabel / 0.0.2 / KLSDateLabel.podspec.json
blob3a510c0ece44c49ce96bd66678490e61131b93f6
2   "name": "KLSDateLabel",
3   "version": "0.0.2",
4   "summary": "A UILabel subclass for displaying dates.",
5   "homepage": "https://github.com/tantalic/KLSDateLabel",
6   "license": "MIT",
7   "authors": {
8     "Kevin L. Stock": "kevinstock@tantalic.com"
9   },
10   "source": {
11     "git": "https://github.com/tantalic/KLSDateLabel.git",
12     "tag": "0.0.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "KLSDateLabel/*.{h,m}",
18   "public_header_files": "KLSDateLabel/*.h",
19   "resources": "KLSDateLabel/*.bundle",
20   "requires_arc": true,
21   "dependencies": {
22     "TTTLocalizedPluralString": [
23       "~> 0.0.4"
24     ]
25   }