[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / d / ReusableViewPool / 1.0.0 / ReusableViewPool.podspec.json
blob6bc29f0d549b6820e53c83b71212ca4bf5d3aefa
2   "name": "ReusableViewPool",
3   "version": "1.0.0",
4   "summary": "Provides a pool of reusable UIView objects",
5   "description": "A simple cache for UIView objects to mitigate the cost of allocating\nand deallocating these views.",
6   "homepage": "https://github.com/dsmatter/ReusableViewPool",
7   "license": "MIT",
8   "authors": {
9     "Daniel Strittmatter": "daniel@smattr.de"
10   },
11   "source": {
12     "git": "https://github.com/dsmatter/ReusableViewPool.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ReusableViewPool": [
22       "Pod/Assets/*.png"
23     ]
24   }