blob: 5d2e6ab28644a7f2217f32bea720fa0136fe2590 [file] [log] [blame]
{
"name": "TKBaseKit",
"version": "2.1.4",
"summary": "基础导航,网络框架等!",
"description": "TKBaseKit通用基础框架,包含:\n1.TKSDKUniversal 基础框架控制器与一些实用的工具类\n2.TKSDKTool 二次封装三方库的一些工具",
"homepage": "https://github.com/RANSAA/TKBaseKit",
"license": "MIT",
"authors": {
"sayaDev": "1352892108@qq.com"
},
"source": {
"git": "https://github.com/RANSAA/TKBaseKit.git",
"tag": "v2.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "TKBaseKit/TKBaseKit.h",
"public_header_files": "TKBaseKit/TKBaseKit.h",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "TKSDKUniversal",
"vendored_frameworks": "TKBaseKit/TKSDKUniversal/TKSDKUniversal.framework"
},
{
"name": "TKSDKTool",
"resources": "TKBaseKit/TKSDKTool/*.bundle",
"vendored_frameworks": "TKBaseKit/TKSDKTool/TKSDKTool.framework",
"dependencies": {
"Masonry": [
],
"YYModel": [
],
"MBProgressHUD": [
],
"MJRefresh": [
],
"GTMBase64": [
"~> 1.0.1"
],
"AFNetworking": [
"~> 4.0"
]
}
}
]
}