[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 0 / TTPromptKit / 0.1.5 / TTPromptKit.podspec.json
blob9c97de0de9ae25cabb0c80364df805360a1b3ba2
2   "name": "TTPromptKit",
3   "version": "0.1.5",
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.5"
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       "source_files": "TTPromptKit/TTHUD/**/*",
39       "dependencies": {
40         "MBProgressHUD": [
41           "~> 0.9.2"
42         ]
43       }
44     }
45   ]