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