[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 0 / TTPromptKit / 1.0.0 / TTPromptKit.podspec.json
blob21de2788495e21f8209016af4248291d259f5134
2   "name": "TTPromptKit",
3   "version": "1.0.0",
4   "summary": "TTPromptKit",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ClaudeLi/TTPromptKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ClaudeLi": "claudeli@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/ClaudeLi/TTPromptKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "TTPromptKit/TTPromptKit.h",
22   "source_files": "TTPromptKit/TTPromptKit.h",
23   "subspecs": [
24     {
25       "name": "TTAlert",
26       "dependencies": {
27         "TTAlertKit": [
29         ]
30       }
31     },
32     {
33       "name": "TTGuide",
34       "source_files": "TTPromptKit/TTGuide/**/*"
35     },
36     {
37       "name": "TTHUD",
38       "dependencies": {
39         "TTProgressHUD": [
41         ]
42       }
43     }
44   ]