blob: 3a69c231f80d48a57d691463bf61ea1b6f8aa79a [file] [log] [blame]
{
"name": "TTConsole",
"version": "0.1.6",
"summary": "A short description of TTConsole.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/icofans/TTConsole",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"icofans": "565057208@qq.com"
},
"source": {
"git": "https://github.com/icofans/TTConsole.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TTConsole/*.{h,m}",
"resource_bundles": {
"Resource": [
"TTConsole/Assets/Resource/*.png"
]
},
"dependencies": {
"fishhook": [
]
},
"subspecs": [
{
"name": "Console",
"source_files": "TTConsole/Console/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"TTConsole/Log": [
],
"TTConsole/Env": [
],
"TTConsole/Http": [
],
"TTConsole/Crash": [
],
"TTConsole/Sandbox": [
]
}
},
{
"name": "Log",
"source_files": "TTConsole/Log/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Env",
"source_files": "TTConsole/Env/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Http",
"source_files": "TTConsole/Http/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Crash",
"source_files": "TTConsole/Crash/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Sandbox",
"source_files": "TTConsole/Sandbox/*.{h,m}",
"frameworks": [
"QuickLook",
"UIKit"
]
}
]
}