[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 0 / 1 / JustWhen / 0.1.0 / JustWhen.podspec.json
blob98e1416739d3de9a045e6da98c784aa66d6df38b
2   "name": "JustWhen",
3   "version": "0.1.0",
4   "summary": "Lightweight library for waiting for completion of several concurrent tasks.",
5   "description": "Lightweight library for waiting for completion of several concurrent tasks. :)",
6   "homepage": "https://github.com/SiarheiFedartsou/When",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SiarheiFedartsou": "siarhei.fedartsou@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SiarheiFedartsou/When.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "When/Classes/**/*",
22   "dependencies": {
23     "Result": [
24       "~> 3.2.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"