blob: 8ee2d205c28a5a3edf5769e98bd205d06829bae3 [file] [log] [blame]
{
"name": "JKKit",
"version": "1.0.4",
"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.4"
},
"frameworks": [
"UIKit",
"Foundation"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.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": [
]
}
},
{
"name": "Plugins",
"source_files": "Pod/Classes/Plugins/**/*.{h,m}",
"public_header_files": "Pod/Classes/Plugins/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "Caches",
"source_files": "Pod/Classes/Caches/**/*.{h,m}",
"public_header_files": "Pod/Classes/Caches/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "Refresh",
"source_files": "Pod/Classes/Refresh/**/*.{h,m}",
"public_header_files": "Pod/Classes/Refresh/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
]
}
},
{
"name": "HUD",
"source_files": "Pod/Classes/HUD/**/*.{h,m}",
"public_header_files": "Pod/Classes/HUD/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MBProgressHUD": [
]
}
},
{
"name": "Validator",
"source_files": "Pod/Classes/Validator/**/*.{h,m}",
"public_header_files": "Pod/Classes/Validator/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}