blob: e285ac8671578713251f027eba5b6ad4e1e9cca3 [file] [log] [blame]
{
"name": "TTPromptKit",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "TTPromptKit/TTPromptKit.h",
"source_files": "TTPromptKit/TTPromptKit.h",
"subspecs": [
{
"name": "TTAlert",
"source_files": "TTPromptKit/TTAlert/**/*"
},
{
"name": "TTGuide",
"source_files": "TTPromptKit/TTGuide/**/*"
},
{
"name": "TTHUD",
"source_files": "TTPromptKit/TTHUD/**/*",
"dependencies": {
"MBProgressHUD": [
"~> 0.9.2"
]
}
}
]
}