[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 4 / HaidoraStatusProvider / 0.1.1 / HaidoraStatusProvider.podspec.json
blob030486915109c18f14e325c06b8586c95cd8aaca
2   "name": "HaidoraStatusProvider",
3   "version": "0.1.1",
4   "summary": "A wrapper for progress hud.",
5   "description": "A wrapper for progress hud.",
6   "homepage": "https://github.com/Haidora/HaidoraStatusProvider.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mrdaios": "mrdaios@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Haidora/HaidoraStatusProvider.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "HaidoraStatusProvider/*"
26     },
27     {
28       "name": "MBProgressHUD",
29       "source_files": "HaidoraStatusProvider/MBProgressHUD/**/*",
30       "dependencies": {
31         "HaidoraStatusProvider/Core": [
33         ],
34         "MBProgressHUD": [
35           "~> 1.0.0"
36         ]
37       }
38     }
39   ]