blob: 78ae3448a462615e611d7117e80c12239d329f32 [file] [log] [blame]
{
"name": "BugKit",
"version": "4.1.0",
"authors": {
"MrLujh": "287929070@qq.com"
},
"homepage": "https://github.com/MrLujh/BugKit",
"summary": "Very useful built-in tools",
"source": {
"git": "https://github.com/MrLujh/BugKit.git",
"tag": "4.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "BugKit/BugKit.h",
"source_files": "BugKit/BugKit.h",
"subspecs": [
{
"name": "LogInfo",
"dependencies": {
"CocoaLumberjack": [
]
},
"source_files": "BugKit/LogInfo/**/*.{h,m}",
"public_header_files": "BugKit/LogInfo/**/*.h"
},
{
"name": "BaseUrl",
"source_files": "BugKit/BaseUrl/**/*.{h,m}",
"public_header_files": "BugKit/BaseUrl/**/*.h"
},
{
"name": "AppDownLoad",
"dependencies": {
"BugKit/BaseUrl": [
]
},
"source_files": "BugKit/AppDownLoad/**/*.{h,m}",
"public_header_files": "BugKit/AppDownLoad/**/*.h"
},
{
"name": "SystemState",
"source_files": "BugKit/SystemState/**/*.{h,m}",
"public_header_files": "BugKit/SystemState/**/*.h"
},
{
"name": "ShakeWindow",
"dependencies": {
"FLEX": [
],
"BugKit/LogInfo": [
],
"BugKit/AppDownLoad": [
],
"BugKit/SystemState": [
]
},
"source_files": "BugKit/ShakeWindow/**/*.{h,m}",
"public_header_files": "BugKit/ShakeWindow/**/*.h"
}
]
}