blob: 1340fe9fd6b53f3702fcaa82ec556bd8b1abbb51 [file] [log] [blame]
{
"name": "JKKit",
"version": "1.0.0",
"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.0"
},
"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"
]
}
]
}