blob: cc8bca9cadaad8226cc2238d7c80443460c619d6 [file] [log] [blame]
{
"name": "HPKDateFormatter",
"version": "0.2.0",
"summary": "An high perfomance, thread safe, efficient date formatter",
"description": "The basic implementation wraps `NSDateFormatter` and avoid contiuous \nallocations of expensive objects, a faster implementation is based \non an high performance C routine",
"homepage": "https://github.com/epacces/HPKDateFormatter",
"license": "MIT",
"authors": {
"Eriprando Pacces": "eriprando.pacces@gmail.com"
},
"source": {
"git": "https://github.com/epacces/HPKDateFormatter.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/hepaKKes",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"HPKDateFormatter": [
"Pod/Assets/*.png"
]
}
}