blob: 06b2480a97d1d6a70679ba71510f0256f1de0459 [file] [log] [blame]
{
"name": "JOProjectBaseSDK",
"version": "1.1.20",
"summary": "Project Base SDK",
"homepage": "https://github.com/xinlidexiaoman/JOProjectBaseSDK",
"license": "MIT",
"authors": {
"Joshua": "505398605@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xinlidexiaoman/JOProjectBaseSDK.git",
"tag": "1.1.20"
},
"source_files": "JOBaseSDK/**/JOProjectBaseSDK.h",
"resources": "JOBaseSDK/Resources/**/*.{png,txt,a}",
"frameworks": [
"SystemConfiguration",
"Security",
"MobileCoreServices",
"CoreGraphics"
],
"libraries": "sqlite3",
"vendored_libraries": "JOBaseSDK/Resources/libJOProjectBaseSDK.a",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libJOProjectBaseSDK"
},
"subspecs": [
{
"name": "Function",
"source_files": "JOBaseSDK/**/JO{DataRequestConfig,FileDownloadConfig,FileUploadConfig,HttpRequestType,FAppInfo,FAutoLayout,FCrash,FDataBase,FDataBaseProperty,FDataBaseSQL,FDeviceInfo,FException,FFileManage,FLog,FunctionDefine,FunctionObject,NetRequestManage}.h"
},
{
"name": "JSONModel",
"source_files": "JOBaseSDK/**/JSON{Model,KeyMapper,ModelArray,ModelError,ValueTransformer}.h"
},
{
"name": "Extend",
"source_files": "JOBaseSDK/**/{UIColor+JOExtend,NSString+JOExtend,NSObject+JOExtend}.h"
},
{
"name": "Manage",
"source_files": "JOBaseSDK/**/JO{Mission,Manage,Config}.h"
},
{
"name": "Macro",
"source_files": "JOBaseSDK/**/JO{Macro}.h"
}
]
}