[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 1 / 3 / 7 / ReusableObjects / 1.0 / ReusableObjects.podspec.json
blob50bac575f8c7c06ef7d4a932987e74ffed33fef3
2   "name": "ReusableObjects",
3   "version": "1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tom Baranes": "tom.baranes@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tbaranes/ReusableObjects.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/*.swift"