| { |
| "name": "SORelativeDateTransformer", |
| "version": "1.1.5", |
| "summary": "An NSValueTransformer subclass to turn an NSDate into a string expressing its relative age from now.", |
| "homepage": "https://github.com/billgarrison/SORelativeDateTransformer", |
| "license": { |
| "type": "Creative Commons Attribution-ShareAlike 3.0 Unported License", |
| "text": " Use it, hack it, but give me some love.\n\n Creative Commons Attribution-ShareAlike 3.0 Unported License.\n See http://creativecommons.org/licenses/by-sa/3.0/ for details.\n\n For a non-attribution license, contact http://standardorbit.net.\n" |
| }, |
| "authors": { |
| "billgarrison": "1billgarrison@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/billgarrison/SORelativeDateTransformer.git", |
| "tag": "1.1.5" |
| }, |
| "source_files": "SORelativeDateTransformer/*.{h,m}", |
| "resources": "SORelativeDateTransformer/SORelativeDateTransformer.bundle", |
| "requires_arc": false, |
| "platforms": { |
| "ios": "4.3", |
| "osx": "10.7" |
| } |
| } |