| { |
| "name": "KLSDateLabel", |
| "version": "0.0.1", |
| "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.1" |
| }, |
| "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" |
| ] |
| } |
| } |