[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / 0 / ArrayPlusTuple / 1.0.0 / ArrayPlusTuple.podspec.json
blobbcd6a498572a0afdda1655cf0695df06a4cbe003
2   "name": "ArrayPlusTuple",
3   "version": "1.0.0",
4   "summary": "Simple extension that makes creating tuples from arrays a breeze.",
5   "description": "Simple extension that makes creating tuples from arrays a breeze.\nOriginally created for MockNStub.",
6   "homepage": "https://github.com/mennolovink/ArrayPlusTuple",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mennolovink": "mclovink@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mennolovink/ArrayPlusTuple.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ArrayPlusTuple/Classes/**/*",
22   "dependencies": {
23     "InjectableLoggers": [
24       "~> 1.2"
25     ]
26   }