blob: 37649160fa9d04f6a99390ee848ffe0207921714 [file] [log] [blame]
{
"name": "YYKit-used",
"version": "1.0.8",
"summary": "YYKit常用类",
"description": "避免导入所有YYKit文件,增加IPA的体积",
"homepage": "https://github.com/Iyongjie/YYKit-used.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"李永杰": "iyongjie@yeah.net"
},
"source": {
"git": "https://github.com/Iyongjie/YYKit-used.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YYKit-used/**/*.{h,m}",
"public_header_files": "YYKit-used/**/*.{h}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"ios": {
"vendored_frameworks": "Vendor/WebP.framework"
}
}