Latest | 0.2.0 |
---|---|
Homepage | https://github.com/epacces/HPKDateFormatter |
License | MIT |
Platforms | ios 5.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HPKDateFormatter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HPKDateFormatter"
Author
Eriprando Pacces, [email protected]
License
HPKDateFormatter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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" ] } }
Mon, 29 Feb 2016 08:30:03 +0000