blob: 21de2788495e21f8209016af4248291d259f5134 [file] [log] [blame]
{
"name": "TTPromptKit",
"version": "1.0.0",
"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": "1.0.0"
},
"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",
"dependencies": {
"TTProgressHUD": [
]
}
}
]
}