blob: 50bac575f8c7c06ef7d4a932987e74ffed33fef3 [file] [log] [blame]
{
"name": "ReusableObjects",
"version": "1.0",
"summary": "`ReusableObjects` is the easiest way to create an object once, and re-used it as much as possible",
"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.",
"homepage": "https://github.com/tbaranes/ReusableObjects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/ReusableObjects.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}