blob: 9c97de0de9ae25cabb0c80364df805360a1b3ba2 [file] [log] [blame]
{
"name": "TTPromptKit",
"version": "0.1.5",
"summary": "TTPromptKit",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ClaudeLi/TTPromptKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ClaudeLi": "claudeli@yeah.net"
},
"source": {
"git": "https://github.com/ClaudeLi/TTPromptKit.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "TTPromptKit/TTPromptKit.h",
"source_files": "TTPromptKit/TTPromptKit.h",
"subspecs": [
{
"name": "TTAlert",
"dependencies": {
"TTAlertKit": [
]
}
},
{
"name": "TTGuide",
"source_files": "TTPromptKit/TTGuide/**/*"
},
{
"name": "TTHUD",
"source_files": "TTPromptKit/TTHUD/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}
]
}