blob: 38be24e6a63bc3ed1675ff881ee883f2dbf9c98c [file] [log] [blame]
{
"name": "YTYCoreFramework",
"version": "0.0.6",
"summary": "删除多余属性,修改YTYTools",
"description": "发布构建框架\n1.构建的框架分成两个部分Core、Catorgory\n2.核心文件除勒YTYTools、YTYRequest,其余文件直接继承重写方法\n3.Catorgory 是扩展的辅助功能",
"homepage": "https://github.com/YTYanK/YTYCoreFramework.git",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"YTYanK": "872825564@qq.com"
},
"source": {
"git": "https://github.com/YTYanK/YTYCoreFramework.git",
"tag": "v0.0.6",
"submodules": true
},
"source_files": [
"YTYCoreFramework",
"YTYCoreFramework/*.{h}",
"YTYCoreFramework/Core/*.{h,m}",
"YTYCoreFramework/Catorgory/*.{h,m}"
],
"public_header_files": "YTYCoreFramework/**/*.{h}",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SESARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"resources": "YTYCoreFramework/CAtorgory/MBProgressHUD.bundle",
"dependencies": {
"AFNetworking": [
"~>3.2.1"
],
"YYModel": [
"~>1.0.4"
],
"YYCache": [
"~>1.0.4"
],
"MJRefresh": [
"~>3.1.12"
],
"MBProgressHUD": [
"~>1.2.0"
]
}
}