[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / d / b / 3 / VSCachedThreadLocalHelper / 0.1.0 / VSCachedThreadLocalHelper.podspec.json
blobf15f14113ccd74c5bfcd403269cbcb78c157740c
2   "name": "VSCachedThreadLocalHelper",
3   "version": "0.1.0",
4   "summary": "VSCachedThreadLocalHelper is a helper class that creates cached thread local objects.",
5   "description": "VSCachedThreadLocalHelper is a helper class that creates cached thread local objects. It is most commonly used for DateFormatters. That way your DateFormatters don't have to be reallocated every time you want to use them.",
6   "homepage": "https://github.com/pjvea/VSCachedThreadLocalHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pjvea": "pj@veasoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/pjvea/VSCachedThreadLocalHelper.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/pjvea",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "source_files": "VSCachedThreadLocalHelper/Classes/**/*",
27   "frameworks": "Foundation",
28   "pushed_with_swift_version": "4.0"