[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / c / 0 / TTPromptKit / 0.1.2 / TTPromptKit.podspec.json
blob25fb12fd9e6f4b2615c4486ca1cc317e9580d1ba
2   "name": "TTPromptKit",
3   "version": "0.1.2",
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": "0.1.2"
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       "source_files": "TTPromptKit/Classes/TTAlert/**/*"
27     },
28     {
29       "name": "TTGuide",
30       "source_files": "TTPromptKit/Classes/TTGuide/**/*"
31     },
32     {
33       "name": "TTHUD",
34       "source_files": "TTPromptKit/Classes/TTHUD/**/*",
35       "dependencies": {
36         "MBProgressHUD": [
37           "~> 0.9.2"
38         ]
39       }
40     }
41   ]