[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / c / Pooling / 0.0.7 / Pooling.podspec.json
blob7c0da031f72fbaff3caa312bd3a828835ea82fc3
2   "name": "Pooling",
3   "version": "0.0.7",
4   "summary": "Pooling is an interface to create pools",
5   "description": "Pooling provides an interface for classes that implement object pool design pattern, as well as default 'Pool' implementation",
6   "homepage": "https://github.com/gitvalue/Pooling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Volosach": "dmitry.volosach@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/gitvalue/Pooling.git",
19     "tag": "0.0.7"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/**/*.{swift}"
24   ],
25   "pushed_with_swift_version": "4.0"