blob: 43f994e12ad09dba2157517d9dd32c447119ccb2 [file] [log] [blame]
{
"name": "JKKit",
"version": "1.0.6",
"summary": "北京金凯瑞铭信息技术有限公司-无锡分公司-IOS框架",
"homepage": "http://jksoft.cn/",
"license": "Apache License, Version 2.0",
"authors": "北京金凯瑞铭信息技术有限公司-无锡分公司-傅涛",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Ftkey/JKKit.git",
"tag": "1.0.6"
},
"frameworks": [
"UIKit",
"Foundation"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"source_files": "Pod/Classes/*.{h,m}",
"public_header_files": "Pod/Classes/*.{h}",
"default_subspecs": "Core",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/**/*.{h,m}",
"public_header_files": "Pod/Classes/Core/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"JSONModel": [
]
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_CORE=1"
}
},
{
"name": "Plugins",
"source_files": "Pod/Classes/Plugins/**/*.{h,m}",
"public_header_files": "Pod/Classes/Plugins/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_PLUGINS=1"
}
},
{
"name": "Caches",
"source_files": "Pod/Classes/Caches/**/*.{h,m}",
"public_header_files": "Pod/Classes/Caches/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_CACHES=1"
}
},
{
"name": "Refresh",
"source_files": "Pod/Classes/Refresh/**/*.{h,m}",
"public_header_files": "Pod/Classes/Refresh/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
]
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_REFRESH=1"
}
},
{
"name": "HUD",
"source_files": "Pod/Classes/HUD/**/*.{h,m}",
"public_header_files": "Pod/Classes/HUD/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MBProgressHUD": [
]
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_HUD=1"
}
},
{
"name": "Validator",
"source_files": "Pod/Classes/Validator/**/*.{h,m}",
"public_header_files": "Pod/Classes/Validator/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_VALIDATOR=1"
}
},
{
"name": "Security",
"source_files": "Pod/Classes/Security/**/*.{h,m}",
"public_header_files": "Pod/Classes/Security/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "USE_JKKIT_SECURITY=1"
}
}
]
}