2 "name": "ReusableObjects",
4 "summary": "`ReusableObjects` is the easiest way to create an object once, and re-used it as much as possible",
5 "description": "`ReusableObjects` is the easiest way to create an object once, and re-used it as much as possible. It's allow you to avoid several allocation / initialization of expensive objects such as `NSDateFormatter`, `NSNumberFormatter`... or any of your custom objects. Available for iOS, OS X, and tvOS.",
6 "homepage": "https://github.com/tbaranes/ReusableObjects",
12 "Tom Baranes": "tom.baranes@gmail.com"
15 "git": "https://github.com/tbaranes/ReusableObjects.git",
24 "source_files": "Source/*.swift"