blob: 129a6556de36399f486479906e60f8488f5efdc8 [file] [log] [blame]
{
"name": "DXTimestamper",
"version": "0.1.0",
"summary": "A simple yet extensible solution to show live timestamps on iOS UI for past, present and future NSDates",
"description": " DXTimestamper allows you to not only just use the readymade solution for displaying live timestamps, but also allows you to provide your own fuzzy timestamp calculation logic if you want more than what you got, out of the box.\n\n * UILabel subclass to just display timestamp string.\n * UIButton subclass to display timestamp string with image and action if you want.\n * Ability to set custom logic for fuzzy timestamp string calculation.\n",
"homepage": "https://github.com/s3lvin/DXTimestamper",
"license": "MIT",
"authors": {
"s3lvin": "mariaselvin@gmail.com"
},
"source": {
"git": "https://github.com/s3lvin/DXTimestamper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DXTimestamper": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}