blob: c2f2a94a75c720e00755c439717f779eefb92ec9 [file] [log] [blame]
{
"name": "YCJTool",
"summary": "iOS 实用宏,分类,网络请求......",
"version": "1.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanchaojie": "yuanchaojie07@gmail.com"
},
"social_media_url": "https://yuanchaojie.github.io/#blog",
"homepage": "https://github.com/yuanchaojie/YCJTool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuanchaojie/YCJTool.git",
"tag": "1.0.5"
},
"requires_arc": true,
"source_files": [
"YCJTool/YCJTool/*.{swift}"
],
"swift_version": "4.0",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}