| { |
| "name": "ReusableViewPool", |
| "version": "1.0.0", |
| "summary": "Provides a pool of reusable UIView objects", |
| "description": "A simple cache for UIView objects to mitigate the cost of allocating\nand deallocating these views.", |
| "homepage": "https://github.com/dsmatter/ReusableViewPool", |
| "license": "MIT", |
| "authors": { |
| "Daniel Strittmatter": "daniel@smattr.de" |
| }, |
| "source": { |
| "git": "https://github.com/dsmatter/ReusableViewPool.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "ReusableViewPool": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |