blob: 3a510c0ece44c49ce96bd66678490e61131b93f6 [file] [log] [blame]
{
"name": "KLSDateLabel",
"version": "0.0.2",
"summary": "A UILabel subclass for displaying dates.",
"homepage": "https://github.com/tantalic/KLSDateLabel",
"license": "MIT",
"authors": {
"Kevin L. Stock": "kevinstock@tantalic.com"
},
"source": {
"git": "https://github.com/tantalic/KLSDateLabel.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "KLSDateLabel/*.{h,m}",
"public_header_files": "KLSDateLabel/*.h",
"resources": "KLSDateLabel/*.bundle",
"requires_arc": true,
"dependencies": {
"TTTLocalizedPluralString": [
"~> 0.0.4"
]
}
}