[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 3 / c / Pooling / 0.0.4 / Pooling.podspec.json
blob50975ba84a6c243aa4227091e4ef59436cb620dd
2   "name": "Pooling",
3   "version": "0.0.4",
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.4"
20   },
21   "source_files": [
22     "src",
23     "src/**/*.{swift}"
24   ],
25   "pushed_with_swift_version": "4.0"